Skip to content

Commit de9319e

Browse files
Added python 3.12 to github actions
1 parent 1bb8a8c commit de9319e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.7,3.8,3.9,'3.10',3.11]
13+
python-version: [3.8,3.9,'3.10',3.11,3.12]
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v4
3333
with:
34-
python-version: 3.9
34+
python-version: 3.12
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@v4
4747
with:
48-
python-version: 3.9
48+
python-version: 3.12
4949
- name: Install dependencies
5050
run: |
5151
python -m pip install --upgrade pip

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37,py38,py39,py310,py311,py312pypy3,analysis,coverage,docs
2+
envlist = py38,py39,py310,py311,py312pypy3,analysis,coverage,docs
33

44

55
[flake8]

0 commit comments

Comments
 (0)