Skip to content
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

Python 3.12 support #1094

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
77c04c0
added py3.12 to tests and add supported versions to toml
veenstrajelmer Oct 22, 2024
44b9b48
add supported python versions to readme
veenstrajelmer Oct 22, 2024
b07c99f
py312 via pip test
veenstrajelmer Oct 22, 2024
b55b8ed
add filter argument to pooch retrieve to avoid raised deprecationwarning
veenstrajelmer Oct 22, 2024
19ad08f
add filter argument to pooch retrieve to avoid raised deprecationwarning
veenstrajelmer Oct 22, 2024
a4867e3
revert
veenstrajelmer Oct 22, 2024
341c8ee
commented filterwarnings error to check if it tests will pass
veenstrajelmer Oct 22, 2024
1a02539
filtered warning
veenstrajelmer Oct 22, 2024
1bd83e1
filtered warning
veenstrajelmer Oct 22, 2024
b0a3aed
commented error again
veenstrajelmer Oct 22, 2024
f72a19e
typo
veenstrajelmer Oct 22, 2024
387ecb8
added full-py312 env to pixi.toml
veenstrajelmer Oct 22, 2024
7751138
added full-py312 env to pixi.toml
veenstrajelmer Oct 22, 2024
7edf6e2
added full-py312 env to pixi.toml
veenstrajelmer Oct 22, 2024
74ef18e
updated lockfile
veenstrajelmer Oct 22, 2024
dca0cae
added more 312 envs
veenstrajelmer Oct 22, 2024
22d1848
Merge branch 'main' into python-312
veenstrajelmer Oct 23, 2024
8b40ceb
updated pixi lockfile
veenstrajelmer Oct 23, 2024
f0ece9a
temporarily remove locked
veenstrajelmer Oct 24, 2024
e34751f
revert lockfile
veenstrajelmer Oct 24, 2024
363ac93
Merge branch 'main' into python-312
veenstrajelmer Oct 24, 2024
f342a7b
updated lockfile
veenstrajelmer Oct 24, 2024
5d5d065
minimized diff
veenstrajelmer Oct 24, 2024
842a838
filtered warning
veenstrajelmer Oct 24, 2024
b9e3656
Merge branch 'main' into python-312
veenstrajelmer Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['39','310','311']
python-version: ['39','310','311','312']

name: py ${{ matrix.python-version }} (${{ matrix.os }})
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
HydroMT: Automated and reproducible model building and analysis
===============================================================

|pypi| |conda forge| |docs_latest| |docs_stable| |binder| |codecov| |license| |doi| |joss_paper|
|pypi| |pyversions| |conda forge| |docs_latest| |docs_stable| |binder| |codecov| |license| |doi| |joss_paper|


What is HydroMT?
Expand Down Expand Up @@ -89,6 +89,10 @@ happy to discuss how it can be implemented for your model.
:alt: PyPI
:target: https://pypi.org/project/hydromt/

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/hydromt.svg
:alt: Python versions
:target: https://pypi.org/project/hydromt

.. |conda forge| image:: https://anaconda.org/conda-forge/hydromt/badges/version.svg
:alt: Conda-Forge
:target: https://anaconda.org/conda-forge/hydromt
Expand Down
Loading
Loading