Skip to content

Commit

Permalink
Merge pull request #5748 from hugovk/3.10.0
Browse files Browse the repository at this point in the history
Test Python 3.10.0 final on GitHub Actions
  • Loading branch information
radarhere committed Oct 5, 2021
2 parents 0074653 + 8eb3c97 commit 2d7c487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
architecture: ["x86", "x64"]
include:
# PyPy3.6 only ships 32-bit binaries for Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: [
"pypy-3.7",
"pypy-3.6",
"3.10-dev",
"3.10",
"3.9",
"3.8",
"3.7",
Expand Down

0 comments on commit 2d7c487

Please sign in to comment.