Skip to content

Commit

Permalink
Require python 3.8
Browse files Browse the repository at this point in the history
for typing.Literal
  • Loading branch information
lazka committed Sep 11, 2021
1 parent 2707697 commit ed2cdb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest,windows-latest]
python-version: [3.7, 3.8]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
83 changes: 2 additions & 81 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Christoph Reiter <reiter.christoph@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
PyGithub = "^1.54.1"
tabulate = "^0.8.7"
requests = "^2.25.1"
Expand Down

0 comments on commit ed2cdb0

Please sign in to comment.