Skip to content

Commit 0867564

Browse files
JohnVillalovosnejch
authored andcommitted
chore: add Python 3.12 testing
Add a unit test for Python 3.12. This will use the latest version of Python 3.12 that is available from https://github.com/actions/python-versions/ At this time it is 3.12.0-alpha.4 but will move forward over time until the final 3.12 release and updates. So 3.12.0, 3.12.1, ... will be matched.
1 parent 929e07d commit 0867564

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: py310,smoke
3737
- version: "3.11"
3838
toxenv: py311,smoke
39+
- version: '3.12.0-alpha - 3.12' # SemVer's version range syntax
40+
toxenv: py312,smoke
3941
include:
4042
- os: macos-latest
4143
python:

0 commit comments

Comments
 (0)