forked from orbit-oss/flask
use python 3.9 to test dev versions
This commit is contained in:
parent
b337d21058
commit
52ccd66735
2 changed files with 2 additions and 2 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- {python: '3.8'}
|
||||
- {name: PyPy, python: 'pypy-3.10', tox: pypy310}
|
||||
- {name: Minimum Versions, python: '3.12', tox: py-min}
|
||||
- {name: Development Versions, python: '3.8', tox: py-dev}
|
||||
- {name: Development Versions, python: '3.9', tox: py-dev}
|
||||
steps:
|
||||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue