Skip to content

Commit 46c2414

Browse files
authored
Removing tests for python 3.8 and 3.9
1 parent 787b9d9 commit 46c2414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest]
11-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python: ["3.10", "3.11", "3.12"]
1212

1313
steps:
1414
- uses: actions/checkout@v4.1.1
@@ -19,4 +19,4 @@ jobs:
1919
- name: Install Tox
2020
run: pip install tox
2121
- name: Run Tox
22-
run: tox -e py
22+
run: tox -e py

0 commit comments

Comments
 (0)