Skip to content

Commit

Permalink
Add Python 3.12 to stable now that PyBuilder supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Jul 10, 2023
1 parent 650955a commit 017c6d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
- ubuntu-latest
- macos-latest
python-version:
- '3.12-dev'
- '3.11'
- '3.10'
- '3.9'
Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:
- ubuntu-latest
- macos-latest
python-version:
- '3.12-dev'
- '3.13-dev'
pip-version:
- '23.1'
- '23.0'
Expand Down

0 comments on commit 017c6d5

Please sign in to comment.