Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2c5afe

Browse filesBrowse files
committed
Remove prerelease python version
1 parent 7ce6cdf commit d2c5afe
Copy full SHA for d2c5afe

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎.github/workflows/test.yaml

Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: windows-latest
3838
strategy:
3939
matrix:
40-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
40+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4141

4242
steps:
4343
- uses: actions/checkout@v3
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: macos-latest
6161
strategy:
6262
matrix:
63-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
63+
python-version: ["3.8", "3.9", "3.10", "3.11"]
6464

6565
steps:
6666
- uses: actions/checkout@v3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.