diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0df73785..3dc41236 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,14 +8,14 @@ on: types: [opened, reopened] env: - PYTHON_LATEST: "3.10" + PYTHON_LATEST: "3.11" jobs: test: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/tox.ini b/tox.ini index 991512d8..e95f4811 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py35,py36,py37,py38,py39,py310 +envlist = py{27,35,36,37,38,39,310,311} [testenv] deps = -rrequirements.txt