Skip to content

Commit ee10e36

Browse files
Update Python version matrix in publish-pypi workflow
1 parent c15c0d8 commit ee10e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
contents: read
6464
strategy:
6565
matrix:
66-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
66+
python-version: ["3.10", "3.11", "3.12"]
6767
steps:
6868
- uses: actions/checkout@v4
6969

0 commit comments

Comments
 (0)