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

Sign up
Appearance settings

Commit 256d341

Browse files
authored
Merge pull request #97 from EliahKagan/312stable
No longer treat 3.12 as experimental on CI
2 parents a898bef + 00bbc44 commit 256d341

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

‎.github/workflows/pythonpackage.yml‎

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
name: Python package
55

6-
on:
7-
push:
8-
branches: [ master ]
9-
pull_request:
10-
branches: [ master ]
6+
on: [push, pull_request, workflow_dispatch]
117

128
jobs:
139
build:
@@ -17,9 +13,7 @@ jobs:
1713
matrix:
1814
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1915
include:
20-
- experimental: false
21-
- python-version: "3.12"
22-
experimental: true
16+
- experimental: false
2317
continue-on-error: ${{ matrix.experimental }}
2418

2519
steps:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /