Skip to content

Commit cae7ce7

Browse files
authored
Add support for python 3.12 and 3.13 (#95)
Albrja.mic-6187/Add support for python 3.12 and 3.13 Add support for python 3.12 and 3.13 - *Category*: Feature - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-6187
1 parent e1c44fd commit cae7ce7

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.11'
17+
python-version: '3.13'
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sphinx:
1111
build:
1212
os: ubuntu-22.04
1313
tools:
14-
python: "3.11"
14+
python: "3.13"
1515
python:
1616
install:
1717
# This runs pip install .[docs] from the project root.

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**2.3.0 - 02/19/26**
2+
3+
- Add support for Python versions 3.12 and 3.13
4+
15
**2.2.3 - 01/22/26**
26

37
- Add pandas classes to nitpick-exceptions

python_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
["3.10", "3.11"]
1+
["3.10", "3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)