diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 481f6aca..a9ed9ba8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: - python-version: "3.10.0-rc.2" + python-version: "3.10" # Conda does not support 3.10 yet, hence why it's skipped here # TODO: Merge the two build jobs when 3.10 is released for conda - name: Install Nox-under-test diff --git a/setup.cfg b/setup.cfg index 2726957b..76cbc883 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Software Development :: Testing keywords = testing automation tox project_urls =