Skip to content

Commit ff0c11b

Browse files
JohnVillalovosnejch
authored andcommitted
chore(ci): add Python 3.13 development CI job
Add a job to test the development versions of Python 3.13.
1 parent 369a595 commit ff0c11b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
toxenv: py311,smoke
3737
- version: "3.12"
3838
toxenv: py312,smoke
39+
- version: '3.13.0-alpha - 3.13' # SemVer's version range syntax
40+
toxenv: py313,smoke
3941
include:
4042
- os: macos-latest
4143
python:

0 commit comments

Comments
 (0)