Skip to content

Commit e812721

Browse files
Remove test for Python versions 3.8, 3.9.
A future version of the library will require 3.10 at minimum.
1 parent ab985d7 commit e812721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-library.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ["3.8", "3.9", "3.10", "3.11"]
41+
python-version: ["3.10", "3.11"]
4242

4343
steps:
4444
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)