Skip to content

Commit

Permalink
chore(ci): add Python 3.13 development CI job
Browse files Browse the repository at this point in the history
Add a job to test the development versions of Python 3.13.
  • Loading branch information
JohnVillalovos authored and nejch committed Jan 3, 2024
1 parent 369a595 commit ff0c11b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -36,6 +36,8 @@ jobs:
toxenv: py311,smoke
- version: "3.12"
toxenv: py312,smoke
- version: '3.13.0-alpha - 3.13' # SemVer's version range syntax
toxenv: py313,smoke
include:
- os: macos-latest
python:
Expand Down

0 comments on commit ff0c11b

Please sign in to comment.