Skip to content

Commit

Permalink
MNT: add Python 3.11 CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Oct 25, 2022
1 parent 885c967 commit 273289c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
apt:
- '^libxcb.*-dev'
- libxkbcommon-x11-dev
- libhdf5-dev
envs: |
# Code style
Expand All @@ -24,6 +25,7 @@ jobs:
- linux: py38-test
- linux: py39-test
- linux: py310-test
- linux: py311-test
- macos: py37-test
- macos: py38-test
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]
envlist = py{36,37,38,39,py310}-test
envlist = py{37,38,39,py310}-test
requires = pip >= 18.0
setuptools >= 30.3.0

Expand Down

0 comments on commit 273289c

Please sign in to comment.