Skip to content

Commit aab432a

Browse files
authored
Merge pull request #29 from HiPCTProject/drop-38
Drop Python 3.8 tests
2 parents 3ebff90 + 3dfb250 commit aab432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2121
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
2222

2323
steps:

0 commit comments

Comments
 (0)