Skip to content

Commit

Permalink
TESTS: Removed py37, py38
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz authored Jul 10, 2023
1 parent 5afe1a5 commit e8a6f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- name: checkout
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 = py37,py38,py39
envlist = py39

[testenv]
commands = pytest tests
Expand Down

0 comments on commit e8a6f06

Please sign in to comment.