File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
3- "commit" : " c8dc04c2f2c59b718dee8e744948bad4e39db43f " ,
3+ "commit" : " c6678be8cbde7cbbb85caf4989e98f7d25220ce4 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3636 "trim_blocks" : true
3737 },
3838 "_template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
39- "_commit" : " c8dc04c2f2c59b718dee8e744948bad4e39db43f "
39+ "_commit" : " c6678be8cbde7cbbb85caf4989e98f7d25220ce4 "
4040 }
4141 },
4242 "directory" : null
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33build :
44 os : ubuntu-24.04
55 tools :
6- python : " 3.13 "
6+ python : " 3.14 "
77 nodejs : latest
88 jobs :
99 create_environment :
Original file line number Diff line number Diff line change 8787nb_execution_mode = "off"
8888nb_merge_streams = True
8989typehints_defaults = "braces"
90+ always_use_bars_union = True # use `|` instead of `Union` in types even when building with Python ≤3.14
9091
9192source_suffix = {
9293 ".rst" : "restructuredtext" ,
9596}
9697
9798intersphinx_mapping = {
98- # TODO: replace `3.13` with `3` once ReadTheDocs supports building with Python 3.14
99- "python" : ("https://docs.python.org/3.13" , None ),
99+ "python" : ("https://docs.python.org/3" , None ),
100100 "anndata" : ("https://anndata.readthedocs.io/en/stable/" , None ),
101101 "scanpy" : ("https://scanpy.readthedocs.io/en/stable/" , None ),
102102 "numpy" : ("https://numpy.org/doc/stable/" , None ),
You can’t perform that action at this time.
0 commit comments