diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b51ac1bb..0df73785 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,14 +8,14 @@ on: types: [opened, reopened] env: - PYTHON_LATEST: 3.9 + PYTHON_LATEST: "3.10" 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-dev] + python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/tox.ini b/tox.ini index 6e0646dd..3a68f787 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py35,py36,py37,py38 +envlist = py27,py35,py36,py37,py38,py39,py310 [testenv] deps = -rrequirements.txt