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 9cb4dfa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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 All @@ -30,6 +31,11 @@ jobs:
- '67.0'
- '66.0'
- '65.0'
exclude:
- python-version: '3.12-dev'
setuptools-version: '65.0'
- python-version: '3.12-dev'
pip-version: '22.2'
env:
DEPLOY_PYTHONS: "3.11"
DEPLOY_OSES: "Linux"
Expand Down Expand Up @@ -109,7 +115,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 9cb4dfa

Please sign in to comment.