Skip to content

Commit 31d3a1a

Browse files
authored
Exclude 3.13 for windows on release v10 (#1386)
* exlucde 3.13 for windows on release v10 * different format
1 parent 5a74cf0 commit 31d3a1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_build_test_upload.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
exclude:
6767
- os: windows-latest
6868
python-version: pure
69+
- os: windows-latest
70+
python-version: "3.13"
6971
steps:
7072
- name: Checkout Source Repository
7173
uses: actions/checkout@v3

0 commit comments

Comments
 (0)