Skip to content

Commit

Permalink
Remove Python 2.7 from poetry dependencies and tox environments
Browse files Browse the repository at this point in the history
  • Loading branch information
klane committed Dec 26, 2019
1 parent 3b67749 commit 7aa6b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "~2.7 || ^3.4"
python = "^3.4"
nbconvert = "^5.4"

[tool.poetry.dev-dependencies]
Expand Down Expand Up @@ -50,7 +50,7 @@ legacy_tox_ini = """
[tox]
isolated_build = true
skipsdist = true
envlist = py{27,35,36,37,38},lint
envlist = py{35,36,37,38},lint
[testenv]
skip_install = true
Expand Down

0 comments on commit 7aa6b86

Please sign in to comment.