Skip to content

Commit

Permalink
Merge pull request #1041 from altheaden/add-python-3.13
Browse files Browse the repository at this point in the history
Add python 3.13
  • Loading branch information
xylar authored Nov 25, 2024
2 parents afe6a65 + ba7fd77 commit 6b4fcde
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
Expand Down
8 changes: 8 additions & 0 deletions ci/python3.13.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
channel_sources:
- conda-forge,defaults
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.13.* *_cp313
2 changes: 1 addition & 1 deletion docs/tutorials/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install the latest version of the ``mpas-analysis`` package into it:

.. code-block:: bash
$ conda create -n mpas-analysis python=3.12 mpas-analysis
$ conda create -n mpas-analysis python=3.13 mpas-analysis
1.3 Activating the environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Scientific/Engineering',
],
packages=find_packages(),
Expand Down

0 comments on commit 6b4fcde

Please sign in to comment.