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
jacebrowning committed Aug 11, 2019
1 parent 0ea8351 commit 14d0474
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ dist: xenial

language: python
python:
- 3.5
- 3.6
- 3.7

Expand Down
16 changes: 6 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Expand Up @@ -40,23 +40,23 @@ classifiers = [

[tool.poetry.dependencies]

python = "^3.5"
python = "^3.6"

PyYAML = "^5.1"
Markdown = "^2"
bottle = "0.12.13"
bottle = "~0.12.13"
requests = "^2"
pyficache = "0.3.1"
pyficache = "~0.3.1"
mdx_outline = "^1.3.0"
python-markdown-math = "0.6"
python-markdown-math = "~0.6"
plantuml-markdown = "^3.0"
openpyxl = "^2.6"

[tool.poetry.dev-dependencies]

# Formatters
black = { version = "19.3b0", python = "^3.6" }
isort = "4.3.21"
black = "=19.3b0"
isort = "=4.3.21"

# Linters
mypy = "*"
Expand Down

0 comments on commit 14d0474

Please sign in to comment.