Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
python-version: 3.9
tox_env: packaging
name: packaging
- os: ubuntu-latest
python-version: 3.6
tox_env: py36
name: py36
cover: true
- os: ubuntu-latest
python-version: 3.7
tox_env: py37
Expand All @@ -65,11 +60,6 @@ jobs:
tox_env: py311
name: py311
cover: true
- os: macOS-latest
python-version: 3.6
tox_env: py36
name: py36-macos
cover: true
- os: macOS-latest
python-version: "~3.11.0-0" # see https://github.com/actions/setup-python/issues/213#issuecomment-1146676713
tox_env: py311
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ classifiers =
Intended Audience :: Developers
Intended Audience :: System Administrators
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -27,11 +26,11 @@ classifiers =
Topic :: Text Processing :: Markup :: HTML

[bdist_rpm]
requires = python >= 3.6
requires = python >= 3.7

[options]
use_scm_version = True
python_requires = >=3.6
python_requires = >=3.7
packages = find:
include_package_data = True
zip_safe = False
Expand Down