Skip to content

Commit 1d92848

Browse files
authored
remove obsolete py ver 3.7 and add 3.11
1 parent aa43997 commit 1d92848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version:
24-
- "3.7"
2524
- "3.8"
2625
- "3.9"
2726
- "3.10"
27+
- "3.11"
2828
steps:
2929
- uses: actions/checkout@v4
3030
with:

0 commit comments

Comments
 (0)