Skip to content

Commit

Permalink
Merge pull request #1497 from joshuadavidthomas/python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Oct 9, 2021
2 parents 60b7a78 + 0cd4688 commit 3350121
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -22,17 +22,19 @@ jobs:
- Windows
- macOS
python-version:
- "3.10"
- 3.9
- 3.6
- 3.7
- 3.8
pip-version:
- "latest"
- "previous"
include:
- os: Ubuntu
python-version: 3.10-dev
pip-version: latest
# TODO: uncomment after https://github.com/pytest-dev/py/issues/273 being fixed
# include:
# - os: Ubuntu
# python-version: 3.11-dev
# pip-version: latest

env:
PY_COLORS: 1
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: System :: Systems Administration
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,7 +1,7 @@
[tox]
envlist =
# NOTE: keep this in sync with the env list in .github/workflows/ci.yml.
py{36,37,38,39,py3}-pip{20.3,previous,latest,main}-coverage
py{36,37,38,39,310,py3}-pip{20.3,previous,latest,main}-coverage
checkqa
readme
skip_missing_interpreters = True
Expand Down

0 comments on commit 3350121

Please sign in to comment.