Skip to content

Commit

Permalink
Update requires-python
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 30, 2024
1 parent 91e2fa7 commit bef80bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- { python: "3.12", os: "ubuntu-latest", session: "tests" }
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
- { python: "3.8", os: "ubuntu-latest", session: "tests" }
- { python: "3.9", os: "ubuntu-latest", session: "tests" }
- { python: "3.10", os: "windows-latest", session: "tests" }
- { python: "3.10", os: "macos-latest", session: "tests" }
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
classifiers = [
"Development Status :: 5 - Production/Stable",
]
requires-python = ">=3.9"
requires-python = ">=3.8"
dependencies = [
"click>=8.0.1",
"chardet>=5.1.0",
Expand Down

0 comments on commit bef80bf

Please sign in to comment.