Skip to content

Commit bc7b125

Browse files
Bump lowest test version to Python 3.8
Closes #2827
1 parent 452cc95 commit bc7b125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
python: [ 3.7, 3.9, "3.11" ]
63+
python: [ 3.8, 3.9, "3.11" ]
6464
os: [ macos-latest, ubuntu-latest, windows-latest ]
6565
defaults:
6666
run:

0 commit comments

Comments
 (0)