srsly icon indicating copy to clipboard operation
srsly copied to clipboard

Upgrade Python and GitHub Actions versions

Open cclauss opened this issue 3 months ago • 4 comments

Related to:

  • #116

cclauss avatar Aug 31 '25 07:08 cclauss

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 =

ngoldbaum avatar Oct 15 '25 16:10 ngoldbaum

  • astral-sh/uv#15927

cclauss avatar Oct 15 '25 16:10 cclauss

the ujson segfault on 3.14 is highly concerning. I'd rather go the way of #119 + #120.

crusaderky avatar Nov 19 '25 10:11 crusaderky

  • #119
  • #120

cclauss avatar Nov 19 '25 10:11 cclauss