Skip to content

Commit

Permalink
remove python2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdubr committed Jul 26, 2024
1 parent 810fb32 commit 771d7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '2.x', '3.x' ]
python-version: [ '3.x' ]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27, py36, py37, py38, py39, mypy
envlist = py36, py37, py38, py39, mypy

[gh-actions]
python =
2.7: py27
3.6: py36
3.7: py37
3.8: py38, mypy
Expand Down

0 comments on commit 771d7fe

Please sign in to comment.