Skip to content

Commit

Permalink
Drop python 3.8 and use PEP585 entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinarit committed Mar 23, 2024
1 parent 70c6d4c commit 9ac73bf
Show file tree
Hide file tree
Showing 7 changed files with 279 additions and 345 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:
strategy:
matrix:
# Remove pypy-3.8 until it supports numpy
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # "pypy-3.8"
python-version: ["3.9", "3.10", "3.11", "3.12"] # "pypy-3.8"
steps:
- uses: actions/checkout@v4
- name: Install poetry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers=[
]

[tool.poetry.dependencies]
python = "^3.8.0"
python = "^3.9.0"
typing_inspect = ">=0.4.0"
typing_extensions = { version = ">=4.1.0" }
casefy = "*"
Expand Down
Loading

0 comments on commit 9ac73bf

Please sign in to comment.