From fae802b674f782f90c7f62a1818ba9c7e7799ac4 Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Wed, 18 Dec 2024 10:29:15 +0000 Subject: [PATCH] Update pythonnet dependency to use stable versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 924d3ba..6c605d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]