8000 Merge pull request #1689 from EliahKagan/312stable · gitpython-developers/GitPython@881b464 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

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 881b464

Browse files
authored
Merge pull request #1689 from EliahKagan/312stable
No longer allow CI to select a prerelease for 3.12
2 parents 874f0bf + b54a28a commit 881b464

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
matrix:
1818
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1919
include:
20-
- experimental: false
21-
- python-version: "3.12"
22-
experimental: true
20+
- experimental: false
2321

2422
defaults:
2523
run:

0 commit comments

Comments
 (0)
0