Skip to content

Commit d795921

Browse files
authored
TESTS: Removed py versions < 3.9
1 parent 88a5434 commit d795921

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: [3.8, 3.9]
11+
python-version: [3.9]
1212
os: [ubuntu-latest, macOS-latest, windows-latest]
1313
steps:
1414
- name: checkout

tox.ini

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

44
[testenv]
55
commands = pytest tests

0 commit comments

Comments
 (0)