-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Python 3.13 to test matrix #2258
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Echedey Luis <[email protected]>
Co-authored-by: Echedey Luis <[email protected]>
@@ -18,6 +18,7 @@ Documentation | |||
|
|||
Testing | |||
~~~~~~~ | |||
* Added Python 3.12 to test suite. (:pull:`2258`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Added Python 3.12 to test suite. (:pull:`2258`) | |
* Added Python 3.13 to test suite. (:pull:`2258`) |
- cython | ||
- ephem | ||
- h5py | ||
# - numba # not available for py3.13 as of Dec 2024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Numba 0.61 supports python 3.13. https://numba.readthedocs.io/en/stable/release/0.61.0-notes.html
# - pip: | ||
# - nrel-pysam>=2.0 # not available for py3.13 as of Dec 2024 | ||
# - solarfactors # required shapely<2 isn't available for Python>=3.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# - pip: | |
# - nrel-pysam>=2.0 # not available for py3.13 as of Dec 2024 | |
# - solarfactors # required shapely<2 isn't available for Python>=3.12 | |
- pip: | |
- nrel-pysam>=2.0 | |
- solarfactors |
Both of these are available on PyPI now for py 3.13, I believe
docs/sphinx/source/reference
for API changes.docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).remote-data
) and Milestone are assigned to the Pull Request and linked Issue.