Skip to content

Commit

Permalink
Python 3.11 support (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jan 14, 2023
1 parent 1028f12 commit 7682bdc
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.11'
- '3.10'
- '3.9'
- '3.8'
Expand All @@ -36,7 +37,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand All @@ -49,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox:tox]
envlist = py37,py38,py39,py310,docs,style
envlist = py37,py38,py39,py310,py311,docs,style

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

0 comments on commit 7682bdc

Please sign in to comment.