Skip to content

Commit

Permalink
Added support for python 3.11 (#260)
Browse files Browse the repository at this point in the history
This patch introduces Python versions 3.11 in continuous
integration.

Signed-off-by: KimSia, Sim <245021+simkimsia@users.noreply.github.com>
  • Loading branch information
simkimsia committed Sep 16, 2023
1 parent 5a7870b commit 3384de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@master
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 = py35,py36,py37,py38
envlist = py37,py38,py39,py310,py311

[testenv]
deps = .[dev]
Expand Down

0 comments on commit 3384de4

Please sign in to comment.