Replies: 2 comments
-
|
@rickecon I think we want to offer support for the default python version downloaded from Anaconda.org since we recommend installing that distribution. Given time to run tests etc, I'm fine limiting that to two versions. I don't have strong preferences on the deployment of docs so long as they build (which is tested). |
Beta Was this translation helpful? Give feedback.
-
|
@jdebacker. The "What's New in Python 3.13" page says:
That description of being "the latest stable release" might be what we should look for. I would rather have a Python version policy based on Python's descriptions rather than Anaconda's. And conda is excellent at installing environments with Python versions that are higher than the version that comes in the base conda environment. If fact, that version in the base environment is limited by all the requirements of all the other packages in that base environment. In summary, let's just choose a rule that allows us to currently switch to Python 3.12 and 3.13, and we can follow that rule across our repositories. The rule could be something like using the latest two stable versions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I propose that OG-Core and its respective country calibration repositories follow a Python version policy. My proposed Python version policy is the following:
ogcore-devconda environmentenvironment.ymlogcorepackage setup requirementssetup.pypyproject.tomlREADME.mdpackage tagsintro.mdIntroduction page of the book package tagsbuild_and_test.ymlPytest CI testingdeploy_docs.ymlGitHub Actiondocs_check.ymlGitHub Actionpublish_to_pypi.ymlGitHub Actioncc: @jdebacker
Beta Was this translation helpful? Give feedback.
All reactions