Skip to content

Commit fae802b

Browse files
authored
Update pythonnet dependency to use stable versions
1 parent 04966e1 commit fae802b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ flatpak_sdk = "org.gnome.Sdk"
7878
[tool.briefcase.app.testbed.windows]
7979
requires = [
8080
# Python.net isn't avaialble for 3.14 yet.
81-
"pythonnet>=3.0.0rc6; python_version < '3.14'",
81+
"pythonnet>=3.0.0; python_version < '3.14'",
8282
# Windows doesn't provide the zoneinfo TZ database; use the Python provided one
8383
"tzdata",
8484
]

0 commit comments

Comments
 (0)