Skip to content

Commit

Permalink
update python version to < 3.13 (wpilibsuite#2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
WispySparks authored Aug 3, 2024
1 parent 738724e commit cb38783
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 112 deletions.
51 changes: 42 additions & 9 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 @@ -6,7 +6,7 @@ authors = []

[tool.poetry.dependencies]
black = "==24.4.2"
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
doc8 = "==0.11.2"
docutils = "==0.18.1"
fonttools = {version = "==4.43.0", extras = ["woff"]}
Expand Down
Loading

0 comments on commit cb38783

Please sign in to comment.