Skip to content

Commit

Permalink
drop obsolete python versions; add 3.10 and 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Jul 11, 2023
1 parent 1349f6e commit 66aebaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- pypy3
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
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,py39,pypy3,doclinks,doctest,linting,mypy
envlist=py38,py39,py310,py311,pypy3,doclinks,doctest,linting,mypy

[testenv]
deps=pytest
Expand Down

0 comments on commit 66aebaa

Please sign in to comment.