Skip to content

Commit

Permalink
Added Python 3.9 compatibility (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 authored Feb 15, 2021
1 parent ad8e995 commit 0fa373b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest]
defaults:
run:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
defaults:
run:
shell: bash
Expand Down
4 changes: 2 additions & 2 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 @@ -25,7 +25,7 @@ include = [
vsk = "vsketch_cli.cli:cli"

[tool.poetry.dependencies]
python = ">=3.7, <3.9"
python = ">=3.7, !=3.9.0, <3.10"
bezier = ">=2021.2.12"
colorama = "^0.4.4"
cookiecutter = "^1.7.2"
Expand Down

0 comments on commit 0fa373b

Please sign in to comment.