Skip to content

Commit

Permalink
Run tests against Python 3.11 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 4, 2022
1 parent e524447 commit be59784
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v3
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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
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,310}
py{36,37,38,39,310,311}
qa,package

[testenv]
Expand Down

0 comments on commit be59784

Please sign in to comment.