Make some dependency changes, support Python 3.10 and 3.11 (#5611)

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Jakub Kuczys
2022-12-30 03:21:57 +01:00
committed by GitHub
parent d3308af0e2
commit 519acedf46
59 changed files with 324 additions and 373 deletions

View File

@@ -27,8 +27,11 @@ jobs:
python_version: "3.9"
friendly_name: Python 3.9 - Tests
- tox_env: py310
python_version: "3.10-dev"
friendly_name: Python 3.10-dev - Tests
python_version: "3.10"
friendly_name: Python 3.10 - Tests
- tox_env: py311
python_version: "3.11"
friendly_name: Python 3.11 - Tests
- tox_env: style
friendly_name: Style
- tox_env: docs
@@ -46,7 +49,7 @@ jobs:
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install 'tox<4'
pip install tox
- name: Tox test
env:
TOXENV: ${{ matrix.tox_env }}
@@ -59,7 +62,8 @@ jobs:
python_version:
- "3.8"
- "3.9"
- "3.10-dev"
- "3.10"
- "3.11"
fail-fast: false
name: Tox - Postgres
services:
@@ -82,7 +86,7 @@ jobs:
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install 'tox<4'
pip install tox
- name: Tox test
env:
TOXENV: postgres