Skip to content

Commit

Permalink
use 3.9.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Sep 10, 2020
1 parent 0016742 commit 5a35883
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9.0-rc.1]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def get_version_and_cmdclass(package_path):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
packages=find_packages(),
keywords="plant sensor bluetooth low-energy ble",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python =
3.6: py36, flake8, pylint, noimport
3.7: py37
3.8: py38, pre-commit
3.9: py39
3.9.0-rc.1: py39

[testenv]
# only run unit tests as they do not need additional hardware
Expand Down

0 comments on commit 5a35883

Please sign in to comment.