Skip to content

Commit

Permalink
Update pythonnet dependency to use stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith authored Dec 18, 2024
1 parent 04966e1 commit fae802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ flatpak_sdk = "org.gnome.Sdk"
[tool.briefcase.app.testbed.windows]
requires = [
# Python.net isn't avaialble for 3.14 yet.
"pythonnet>=3.0.0rc6; python_version < '3.14'",
"pythonnet>=3.0.0; python_version < '3.14'",
# Windows doesn't provide the zoneinfo TZ database; use the Python provided one
"tzdata",
]
Expand Down

0 comments on commit fae802b

Please sign in to comment.