Skip to content

Commit

Permalink
Deprecating py35 and py36
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed May 19, 2023
1 parent 1292559 commit 4e16a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
@@ -1,15 +1,14 @@
[tox]
envlist = py27,py35,py36,py37,py38,py39,py310
envlist = py27,py37,py38,py39,py310,py311

[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.10: py311

[testenv]
deps =
Expand Down

0 comments on commit 4e16a4b

Please sign in to comment.