Skip to content

Commit

Permalink
TST: add CPython 3.12 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 9, 2023
1 parent 6523a7e commit 9e69d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
# Test all on ubuntu, test ends on macos and windows
include:
- os: macos-latest
python-version: '3.8'
- os: windows-latest
python-version: '3.8'
- os: macos-latest
python-version: '3.11'
python-version: '3.12'
- os: windows-latest
python-version: '3.11'
python-version: '3.12'


steps:
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38-docs,begin,py38-dependencies,py38-versions,py{38,39,310,311},py38-unyt-module-test-function,end
envlist = py38-docs,begin,py38-dependencies,py38-versions,py{38,39,310,311,312},py38-unyt-module-test-function,end
isolated_build = True

[gh-actions]
Expand All @@ -8,6 +8,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
setenv =
Expand Down Expand Up @@ -93,6 +94,6 @@ commands =
coverage report --omit='.tox/*'
coverage html --omit='.tox/*'
skip_install = true
depends = py{38,39,310,311}
depends = py{38,39,310,311,312}
deps =
coverage

0 comments on commit 9e69d98

Please sign in to comment.