Skip to content

Commit d273f87

Browse files
authored
use python 3.9 to test dev versions (pallets#5615)
2 parents 52c060f + 52ccd66 commit d273f87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- {python: '3.8'}
3232
- {name: PyPy, python: 'pypy-3.10', tox: pypy310}
3333
- {name: Minimum Versions, python: '3.12', tox: py-min}
34-
- {name: Development Versions, python: '3.8', tox: py-dev}
34+
- {name: Development Versions, python: '3.9', tox: py-dev}
3535
steps:
3636
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3737
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py3{13,12,11,10,9,8}
44
pypy310
55
py312-min
6-
py38-dev
6+
py39-dev
77
style
88
typing
99
docs

0 commit comments

Comments
 (0)