File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "_commit" : " 64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb " ,
2+ "_commit" : " b36862f08dac62022ba33f94c31be4bac4181340 " ,
33 "_max_python_version_minor_int" : 14 ,
44 "_min_python_version_minor_int" : 10 ,
55 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
Original file line number Diff line number Diff line change 11{
22 "template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
3- "commit" : " 64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb " ,
3+ "commit" : " b36862f08dac62022ba33f94c31be4bac4181340 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
2020 "license" : " MIT" ,
2121 "development_status" : " Development Status :: 1 - Planning" ,
2222 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
23- "_commit" : " 64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb " ,
23+ "_commit" : " b36862f08dac62022ba33f94c31be4bac4181340 " ,
2424 "_min_python_version_minor_int" : 10 ,
2525 "_max_python_version_minor_int" : 14 ,
2626 "python_versions" : [
Original file line number Diff line number Diff line change 1212
1313
1414nox .options .default_venv_backend = "uv"
15+ os .environ .setdefault ("PYO3_USE_ABI3_FORWARD_COMPATIBILITY" , "1" )
1516
1617# Logic that helps avoid metaprogramming in cookiecutter-robust-python
1718MIN_PYTHON_VERSION_SLUG : int = int ("3.10" .lstrip ("3." ))
You can’t perform that action at this time.
0 commit comments