Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for python 3.6 #101

Merged
merged 1 commit into from Jul 27, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/tox.yml
Expand Up @@ -28,9 +28,6 @@ jobs:
python: "3.10"
tox_env: "packaging"

- name: py36
python: "3.6"
tox_env: py36
- name: py37
python: "3.7"
tox_env: py37
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -29,7 +29,6 @@ classifiers =
Operating System :: POSIX :: Linux
Programming Language :: Python
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 @@ -53,7 +52,7 @@ extend_ignore = E203

[options]
use_scm_version = True
python_requires = >=3.6
python_requires = >=3.7
package_dir =
= src
packages = find:
Expand Down