Skip to content

Commit 1baf402

Browse files
Copilotpgleeson
andcommitted
Add Python 3.14 support to project configuration and documentation
Co-authored-by: pgleeson <1556687+pgleeson@users.noreply.github.com>
1 parent 5416eab commit 1baf402

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
python-version: ['3.10', '3.13']
33+
python-version: ['3.10', '3.13', '3.14']
3434
os: [ubuntu-latest, macos-latest, windows-latest]
3535
test-suite: [core, actr, pytorch, neuroml, tensorflow, psyneulink]
3636
exclude:

.github/workflows/ci_test_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ "3.13"]
17+
python-version: [ "3.13", "3.14"]
1818
runs-on: [ubuntu-latest]
1919

2020
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Successful interfacing of MDF to existing disciplinary standards (such as [ONNX]
7373
## Installation
7474

7575
### Requirements
76-
Requires Python >= 3.7
76+
Requires Python >= 3.9
7777

7878
### Quick start
7979
```

docs/sphinx/source/api/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requirements
44

5-
Python >=3.7 is required. Support on Python 3.11 is limited, see [this issue](https://github.com/ModECI/MDF/issues/362).
5+
Python >=3.9 is required. Python 3.14 is supported.
66

77
## Installation using pip
88

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",
3737
"Programming Language :: Python :: 3.13",
38+
"Programming Language :: Python :: 3.14",
3839
"Topic :: Scientific/Engineering",
3940
"Topic :: Software Development",
4041
"Typing :: Typed",

0 commit comments

Comments
 (0)