Skip to content

Commit

Permalink
chore: update to Python 3.10
Browse files Browse the repository at this point in the history
One of the dependencies had an issue with 3.11, so we'll get this far
for now.
  • Loading branch information
paulswartz committed Nov 7, 2024
1 parent ed72ae3 commit 26db227
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 394 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.20
3.10.15
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.9.20
python 3.10.15
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "registered"
version = "0.1.0"
description = "A set of scripts for working with TransitMaster"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
packages = ["registered"]
dependencies = [
"attrs>=24.2.0",
Expand Down
Loading

0 comments on commit 26db227

Please sign in to comment.