Skip to content

Commit

Permalink
Merge pull request #167 from OMS-NetZero/3.13
Browse files Browse the repository at this point in the history
add support for 3.13
  • Loading branch information
chrisroadmap authored Oct 30, 2024
2 parents 1659d75 + 458f0bb commit 56b1a95
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout repository
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Changelog
---------

master
v2.2.1
------

(`#167 <https://github.com/OMS-NetZero/FAIR/pull/167>`_) Add support for python 3.13

(`#163 <https://github.com/OMS-NetZero/FAIR/pull/163>`_) Fixed bug with calibrated constained example (`#161 <https://github.com/OMS-NetZero/FAIR/issues/161>`_)

v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ forcing scenarios.

## Requirements

- python 3.8, 3.9, 3.10, 3.11 or 3.12
- python 3.8, 3.9, 3.10, 3.11, 3.12 or 3.13

## Installation

Expand Down
1 change: 1 addition & 0 deletions conda-build/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ python:
- 3.10
- 3.11
- 3.12
- 3.13
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
keywords="simple, climate, model, temperature, forcing, emissions, emulator",
package_dir={"": "src"},
Expand Down

0 comments on commit 56b1a95

Please sign in to comment.