Skip to content

Commit

Permalink
.github/workflows: Fix, and enable CPython 3.12 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche authored Apr 10, 2024
1 parent 8662347 commit b588575
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 246 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- 3.9
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
Expand All @@ -34,8 +35,8 @@ jobs:
architecture: x64
- run: python --version
- run: cd found && sudo make debian
- run: python3 -m pip install --upgrade pip
- run: python3 -m pip install poetry
- run: python3 -m pip install --upgrade pip > /dev/null
- run: python3 -m pip install poetry > /dev/null
- run: cd found && make init
- run: cd found && poetry run python readme.py
- run: cd found && poetry run make check
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- 3.9
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
Expand Down
Loading

0 comments on commit b588575

Please sign in to comment.