Only run CI on py3.11

main
Tyler Goodlet 2025-03-18 20:58:37 -04:00
parent f2d3f0cc21
commit 2a5ff82061
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: pip install -U . --upgrade-strategy eager -r requirements-test.txt
@ -41,7 +41,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- name: Build sdist
run: python setup.py sdist --formats=zip
@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python: ['3.10']
python: ['3.11']
spawn_backend: [
'trio',
'mp_spawn',