Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
ci: py3.10 released, add py3.11-dev to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kthy committed Nov 13, 2021
1 parent 9c46b63 commit 81f9537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10-dev']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']

steps:
- name: Checkout repo
Expand Down

0 comments on commit 81f9537

Please sign in to comment.