Skip to content

Commit d725a9b

Browse files
committed
Add Python 3.10 to GitHub Actions
1 parent 339ad34 commit d725a9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines 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)