Skip to content

Commit

Permalink
Add python 3.10.0 to GitHub actions and a 3.10 classifier setup.cfg (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Oct 6, 2021
1 parent a2bd140 commit f1b01e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -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 =
Expand Down

0 comments on commit f1b01e2

Please sign in to comment.