Skip to content

Commit

Permalink
Merge pull request #19502 from charris/backport-19446
Browse files Browse the repository at this point in the history
MAINT: Start testing with Python 3.10.0b3.
  • Loading branch information
charris committed Jul 17, 2021
2 parents 4c80d18 + 58fa2d6 commit 8f07655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, 3.10.0-beta.3]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 8f07655

Please sign in to comment.