Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 672408c

Browse files
authored
Update .github/workflows/code.yml
1 parent 541f176 commit 672408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: ["ubuntu-latest"] # can add windows-latest, macos-latest
41-
python: ["3.8", "3.9", "3.10", "3.11"]
41+
python: ["3.9", "3.10", "3.11"]
4242
install: ["-e .[dev]"]
4343
# Make one version be non-editable to test both paths of version code
4444
include:

0 commit comments

Comments
 (0)