forked from orbit-oss/flask
test with python 3.13
This commit is contained in:
parent
eb1182a10e
commit
9101439d7b
2 changed files with 2 additions and 1 deletions
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- {python: '3.13'}
|
||||||
- {python: '3.12'}
|
- {python: '3.12'}
|
||||||
- {name: Windows, python: '3.12', os: windows-latest}
|
- {name: Windows, python: '3.12', os: windows-latest}
|
||||||
- {name: Mac, python: '3.12', os: macos-latest}
|
- {name: Mac, python: '3.12', os: macos-latest}
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py3{12,11,10,9,8}
|
py3{13,12,11,10,9,8}
|
||||||
pypy310
|
pypy310
|
||||||
py312-min
|
py312-min
|
||||||
py38-dev
|
py38-dev
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue