Skip to content

Commit

Permalink
use 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 2, 2023
1 parent ac7db77 commit c3e4e25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
toxenv: py
tox_extra_args: "-n 2"
test_mypyc: true
- name: Test suite with py38-windows-64
python: '3.8'
arch: x64
os: windows-latest
toxenv: py38
tox_extra_args: "-n 2"
- name: Test suite with py39-ubuntu
python: '3.9'
arch: x64
Expand All @@ -60,6 +54,12 @@ jobs:
toxenv: py
tox_extra_args: "-n 2"
test_mypyc: true
- name: Test suite with py311-windows-64
python: '3.11'
arch: x64
os: windows-latest
toxenv: py311
tox_extra_args: "-n 2"

- name: mypyc runtime tests with py38-macos
python: '3.8.17'
Expand Down

0 comments on commit c3e4e25

Please sign in to comment.