Skip to content

Commit

Permalink
Merge pull request #436 from pytest-dev/graingert-patch-1
Browse files Browse the repository at this point in the history
use py3.10 beta 4
  • Loading branch information
graingert committed Jul 31, 2021
2 parents 3dce929 + baff41f commit c7faa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", 3.10.0-alpha.6]
python-version: ["3.6", "3.7", "3.8", "3.9", 3.10.0-beta.4]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c7faa9f

Please sign in to comment.