srsly
srsly copied to clipboard
Upgrade Python and GitHub Actions versions
Related to:
- #116
This PR also needs something like this for srsly to become installable:
diff --git a/setup.cfg b/setup.cfg
index 350d943..fe5f34a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,7 +27,7 @@ classifiers =
[options]
zip_safe = true
include_package_data = true
-python_requires = >=3.9,<3.14
+python_requires = >=3.9,<3.15
setup_requires =
cython>=0.29.1
install_requires =
- astral-sh/uv#15927
the ujson segfault on 3.14 is highly concerning. I'd rather go the way of #119 + #120.
- #119
- #120