Skip to content

Commit

Permalink
Support Python 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Nov 15, 2021
1 parent 353cbc3 commit dd38166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6.x", "3.x"]
python-version: ["3.8", "3.x"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ focus is on simplicity and ease of use, but also on human perception.
- ♻️ Color conversions that easily integrate with the
[standard `colorsys` module](https://docs.python.org/3/library/colorsys.html)
- 🗑️ Zero dependencies
- 🐍 Python 3.6.2+
- 🐍 Python 3.8+

## Credits

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Felipe S. S. Schneider <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.6.2"
python = "^3.8"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit dd38166

Please sign in to comment.