Skip to content

Commit

Permalink
Run tests against Python 3.10 and add trove classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and markpeek committed Nov 20, 2021
1 parent 1087726 commit e86c58b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Changelog = https://github.com/cloudtools/awacs/blob/master/CHANGELOG.md
Source = https://github.com/cloudtools/awacs
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39}
py{36,37,38,39,310}
qa,package

[testenv]
Expand Down

0 comments on commit e86c58b

Please sign in to comment.