Add Python 3.9 support

This commit is contained in:
Brian May 2020-12-28 11:01:07 +11:00
parent 8f0d3b0f8e
commit b8cd2fae40
4 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2

View File

@ -17,7 +17,8 @@ Added
* IPv6 support in nft method.
* Intercept DNS requests sent by systemd-resolved.
* Set default tmark.
* Fix python2 server compatibility
* Fix python2 server compatibility.
* Python 3.9 support.
Fixed
~~~~~

View File

@ -52,6 +52,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: System :: Networking",
],
scripts=['bin/sudoers-add'],

View File

@ -5,12 +5,14 @@ envlist =
py36,
py37,
py38,
py39,
[testenv]
basepython =
py36: python3.6
py37: python3.7
py38: python3.8
py39: python3.9
commands =
pip install -e .
# actual flake8 test