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 d725a9b

Browse filesBrowse files
committed
Add Python 3.10 to GitHub Actions
1 parent 339ad34 commit d725a9b
Copy full SHA for d725a9b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ jobs:
4848
include:
4949
- python-version: 3.9-dev
5050
os: macos-latest
51-
experimental: true
51+
experimental: false
52+
- python-version: 3.10-dev
53+
os: ubuntu-latest
54+
experimental: false
5255

5356
runs-on: ${{ matrix.os }}
5457
name: ${{ fromJson('{"macos-latest":"macOS","windows-latest":"Windows"}')[matrix.os] }} (${{ matrix.python-version }})

0 commit comments

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