Skip to content

Commit

Permalink
Python 3.12 is released
Browse files Browse the repository at this point in the history
Start testing with Python 3.13
  • Loading branch information
arcivanov committed Oct 4, 2023
1 parent d6ef457 commit 79a351a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pybuilder.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
os:
- ubuntu-latest
python-version:
- '3.12-dev'
- '3.12'
- '3.11'
- '3.10'
- '3.9'
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
- macos-11
- macos-12
python-version:
- '3.12'
- '3.11'
- '3.10'
- '3.9'
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
- macos-11
- macos-12
python-version:
- '3.13-dev'
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'
Expand Down

0 comments on commit 79a351a

Please sign in to comment.