Skip to content

Commit

Permalink
Update Python 3.10 to rc2 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Sep 14, 2021
1 parent 45f9e42 commit d3c4493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
pyv: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1"]
pyv: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.2"]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit d3c4493

Please sign in to comment.