Skip to content

Commit

Permalink
Add Python 3.10 to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed May 21, 2021
1 parent 339ad34 commit d725a9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
include:
- python-version: 3.9-dev
os: macos-latest
experimental: true
experimental: false
- python-version: 3.10-dev
os: ubuntu-latest
experimental: false

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

0 comments on commit d725a9b

Please sign in to comment.