Skip to content

Commit

Permalink
test python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Dec 27, 2023
1 parent c62d7f2 commit d9dee78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
fail-fast: false
matrix:
python:
- '3.12'
- '3.11'
- '3.10'
- '3.9'
Expand All @@ -37,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand All @@ -50,7 +51,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox:tox]
envlist = py37,py38,py39,py310,py311,docs,style
envlist = py37,py38,py39,py310,py311,py312,docs,style

[testenv]
deps = --editable .[test]
Expand Down

0 comments on commit d9dee78

Please sign in to comment.