Skip to content

Commit 517ce99

Browse files
Remove Python 3.6 and add Python 3.11 to workflow (#223)
* Remove Python 3.6 and add Python 3.11 to workflow * Update tox.ini
1 parent 1c65238 commit 517ce99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ['3.6','3.7','3.8','3.9','3.10']
16+
python-version: ['3.7','3.8','3.9','3.10', '3.11']
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-python@v2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36,py37,py38
2+
envlist = py37,py38,py39,py310,py311
33
skip_missing_interpreters = true
44

55
[testenv]

0 commit comments

Comments
 (0)