Skip to content

Commit

Permalink
CI: Expand test matrix to Python 3.6 and Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 10, 2021
1 parent 1244e11 commit b36a132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ] # , macos-latest, windows-latest ]
python-version: [ "3.8", "3.9" ]
python-version: [ "3.6", "3.7", "3.8", "3.9" ]
mosquitto-version: [ "1.6" ] # , "2.0" ]
include:
- os: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -72,6 +72,8 @@
license="AGPL 3, EUPL 1.2",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit b36a132

Please sign in to comment.