Skip to content

Commit f73d39d

Browse files
committed
remove old python version support from CI
1 parent e4c67a0 commit f73d39d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/github-actions.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ jobs:
1313
python: '3.13'
1414
tox_env: 'check'
1515
os: 'ubuntu-latest'
16-
- name: 'py39 (ubuntu)'
17-
python: '3.9'
18-
python_arch: 'x64'
19-
tox_env: 'py39'
20-
os: 'ubuntu-latest'
21-
- name: 'py310 (ubuntu)'
22-
python: '3.10'
23-
python_arch: 'x64'
24-
tox_env: 'py310'
25-
os: 'ubuntu-latest'
2616
- name: 'py311 (ubuntu)'
2717
python: '3.11'
2818
python_arch: 'x64'
@@ -38,16 +28,6 @@ jobs:
3828
python_arch: 'x64'
3929
tox_env: 'py313'
4030
os: 'ubuntu-latest'
41-
- name: 'pypy39 (ubuntu)'
42-
python: 'pypy-3.9'
43-
python_arch: 'x64'
44-
tox_env: 'pypy39'
45-
os: 'ubuntu-latest'
46-
- name: 'pypy310 (ubuntu)'
47-
python: 'pypy-3.10'
48-
python_arch: 'x64'
49-
tox_env: 'pypy310'
50-
os: 'ubuntu-latest'
5131
- name: 'pypy311 (ubuntu)'
5232
python: 'pypy-3.11'
5333
python_arch: 'x64'

0 commit comments

Comments
 (0)