Skip to content

Commit a7ba869

Browse files
Remove py39 windows GitHub Action and add py312 ubuntu
1 parent d0548e6 commit a7ba869

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/github-actions.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
python_arch: 'x64'
3939
tox_env: 'py39'
4040
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'
4741
- name: 'py310 (ubuntu)'
4842
python: '3.10'
4943
toxpython: 'python3.10'
@@ -74,7 +68,12 @@ jobs:
7468
python_arch: 'x64'
7569
tox_env: 'py311'
7670
os: 'windows-latest'
77-
71+
- name: 'py312 (ubuntu)'
72+
python: '3.12'
73+
toxpython: 'python3.12'
74+
python_arch: 'x64'
75+
tox_env: 'py312'
76+
os: 'ubuntu-latest'
7877
# - name: 'pypy38 (ubuntu)'
7978
# python: 'pypy-3.8'
8079
# toxpython: 'pypy3.8'

0 commit comments

Comments
 (0)