Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Remove support for py36 and py37
Browse files Browse the repository at this point in the history
  • Loading branch information
bonddim authored and ssbarnea committed Apr 11, 2022
1 parent 8013731 commit 963816f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
include:
- tox_env: lint
# - tox_env: docs
- tox_env: py36
PREFIX: PYTEST_REQPASS=2
- tox_env: py36-devel
PREFIX: PYTEST_REQPASS=2
- tox_env: py37
PREFIX: PYTEST_REQPASS=2
- tox_env: py38
PREFIX: PYTEST_REQPASS=2
- tox_env: py39
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ classifiers =
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -45,7 +43,7 @@ keywords =

[options]
use_scm_version = True
python_requires = >=3.6
python_requires = >=3.8
packages = find:
package_dir =
= src
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ minversion = 3.18.0
envlist =
lint
packaging
py{36,37,38,39,310}
py{36,37,38,39,310}-{devel}
py{38,39,310}
py{38,39,310}-{devel}

# do not enable skip missing to avoid CI false positives
skip_missing_interpreters = False
Expand Down

0 comments on commit 963816f

Please sign in to comment.