Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.13']
python-version: ['3.10', '3.13', '3.14']
os: [ubuntu-latest, macos-latest, windows-latest]
test-suite: [core, actr, pytorch, neuroml, tensorflow, psyneulink]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.13"]
python-version: [ "3.13", "3.14"]
runs-on: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Successful interfacing of MDF to existing disciplinary standards (such as [ONNX]
## Installation

### Requirements
Requires Python >= 3.7
Requires Python >= 3.9

### Quick start
```
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/api/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirements

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

## Installation using pip

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Scientific/Engineering",
"Topic :: Software Development",
"Typing :: Typed",
Expand Down
Loading