Skip to content

Commit

Permalink
Merge pull request pytest-dev#9668 from hugovk/test-me-latest-3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Feb 11, 2022
1 parent 0fae45b commit b5a154c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -78,7 +78,7 @@ jobs:
os: windows-latest
tox_env: "py39-xdist"
- name: "windows-py310"
python: "3.10.1"
python: "3.10"
os: windows-latest
tox_env: "py310-xdist"

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
os: ubuntu-latest
tox_env: "py39-xdist"
- name: "ubuntu-py310"
python: "3.10.1"
python: "3.10"
os: ubuntu-latest
tox_env: "py310-xdist"
- name: "ubuntu-pypy3"
Expand Down

0 comments on commit b5a154c

Please sign in to comment.