Skip to content

Commit

Permalink
Use Python 3.11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Nov 25, 2022
1 parent 1db84b5 commit ea6163f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
strategy:
matrix:
include:
- {python: '3.11', os: ubuntu-20.04, tox: py311-backend}
- {python: '3.10', os: ubuntu-20.04, tox: py310-backend}
- {python: '3.9', os: ubuntu-20.04, tox: py39-backend}
- {python: '3.8', os: ubuntu-20.04, tox: py38-backend}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
"Typing :: Typed",
]
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{38,39,310}-backend
envlist = py{38,39,310,311}-backend
isolated_build = true

[testenv]
Expand Down

0 comments on commit ea6163f

Please sign in to comment.