Skip to content

Commit

Permalink
Drop support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Feb 5, 2022
1 parent 37a3f87 commit 1570434
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ on:
env:
FORCE_COLOR: "1"
TOX_TESTENV_PASSENV: "FORCE_COLOR"
MIN_PYTHON_VERSION: "3.6"
MIN_PYTHON_VERSION: "3.7"
DEFAULT_PYTHON_VERSION: "3.9"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Expand Up @@ -15,7 +15,7 @@ formats:

python:
# Mininum supported Python version
version: "3.6"
version: "3.7"
# Install twine first, because RTD uses `--upgrade-strategy eager`,
# which installs the latest version of docutils via readme_renderer.
# However, Sphinx 4.2.0 requires docutils>=0.14,<0.18.
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -23,7 +23,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -34,7 +33,7 @@ classifiers =
packages =
twine
twine.commands
python_requires = >=3.6
python_requires = >=3.7
install_requires=
pkginfo >= 1.8.1
readme_renderer >= 21.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.3
envlist = lint,types,py{36,37,38,39,310},integration,docs
envlist = lint,types,py{37,38,39,310},integration,docs
isolated_build = True

[testenv]
Expand Down

0 comments on commit 1570434

Please sign in to comment.