Skip to content

Commit

Permalink
CI: Remove running on Python 3.6, setuptools is too old for PEP 660
Browse files Browse the repository at this point in the history
WARNING: pytest-mqtt 0.0.0 does not provide the extra 'develop'
WARNING: pytest-mqtt 0.0.0 does not provide the extra 'test'

poe: command not found
  • Loading branch information
amotl committed Sep 20, 2022
1 parent 4a2411c commit 9d0e9af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false

env:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 9d0e9af

Please sign in to comment.