Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Enable py39 support (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Oct 17, 2020
1 parent 93c8ac0 commit d1aa482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yml
Expand Up @@ -32,6 +32,8 @@ jobs:
PREFIX: PYTEST_REQPASS=2
- tox_env: py38
PREFIX: PYTEST_REQPASS=2
- tox_env: py39
PREFIX: PYTEST_REQPASS=2
- tox_env: packaging

steps:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -40,6 +40,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9

Topic :: System :: Systems Administration
Topic :: Utilities
Expand Down

0 comments on commit d1aa482

Please sign in to comment.