Skip to content

Commit 74a8288

Browse files
authored
Use Python 3.10 for pytestmain job
pytest's main has since then dropped support for Python 3.9, so the job that runs with pytest's main needs to run in Python 3.10 now.
1 parent 4d6eb2c commit 74a8288

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
"windows-py313",
3434
"windows-pypy3",
3535

36-
"ubuntu-py39-pytestmain",
36+
"ubuntu-py310-pytestmain",
3737
"ubuntu-py39",
3838
"ubuntu-py310",
3939
"ubuntu-py311",
@@ -56,10 +56,10 @@ jobs:
5656
python: "pypy3.9"
5757
os: windows-latest
5858
tox_env: "pypy3"
59-
- name: "ubuntu-py39-pytestmain"
60-
python: "3.9"
59+
- name: "ubuntu-py310-pytestmain"
60+
python: "3.10"
6161
os: ubuntu-latest
62-
tox_env: "py39-pytestmain"
62+
tox_env: "py310-pytestmain"
6363
use_coverage: true
6464
- name: "ubuntu-py39"
6565
python: "3.9"

0 commit comments

Comments
 (0)