Skip to content

Commit 5697a0e

Browse files
committed
fixed
1 parent 5318f7e commit 5697a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
os: [windows-latest] #, macos-latest]
45-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
45+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
4646
steps:
4747
- uses: actions/checkout@v3
4848
- name: Set up Python

0 commit comments

Comments
 (0)