We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0548e6 commit a7ba869Copy full SHA for a7ba869
.github/workflows/github-actions.yml
@@ -38,12 +38,6 @@ jobs:
38
python_arch: 'x64'
39
tox_env: 'py39'
40
os: 'ubuntu-latest'
41
- - name: 'py39 (windows)'
42
- python: '3.9'
43
- toxpython: 'python3.9'
44
- python_arch: 'x64'
45
- tox_env: 'py39'
46
- os: 'windows-latest'
47
- name: 'py310 (ubuntu)'
48
python: '3.10'
49
toxpython: 'python3.10'
@@ -74,7 +68,12 @@ jobs:
74
68
75
69
tox_env: 'py311'
76
70
os: 'windows-latest'
77
-
71
+ - name: 'py312 (ubuntu)'
72
+ python: '3.12'
73
+ toxpython: 'python3.12'
+ python_arch: 'x64'
+ tox_env: 'py312'
+ os: 'ubuntu-latest'
78
# - name: 'pypy38 (ubuntu)'
79
# python: 'pypy-3.8'
80
# toxpython: 'pypy3.8'
0 commit comments