mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Add Python 3.11 release candidate 1 to the testing (#1450)
* Add Python 3.11 release candidate 1 to the testing https://www.python.org/download/pre-releases * Update tests.yml
This commit is contained in:
parent
24059a8b40
commit
cbf59a88ad
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- {name: '3.11', python: '3.11-dev', os: ubuntu-latest, tox: py311}
|
||||||
- {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}
|
- {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}
|
||||||
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
|
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
|
||||||
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
|
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
|
||||||
|
@ -32,15 +33,14 @@ jobs:
|
||||||
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
|
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
- name: update pip
|
- name: update pip
|
||||||
run: |
|
run: |
|
||||||
pip install -U wheel
|
python -m pip install --upgrade pip
|
||||||
pip install -U setuptools
|
pip install --upgrade setuptools wheel
|
||||||
python -m pip install -U pip
|
|
||||||
|
|
||||||
- name: get pip cache dir
|
- name: get pip cache dir
|
||||||
id: pip-cache
|
id: pip-cache
|
||||||
|
|
Loading…
Reference in New Issue
Block a user