Skip to content

Commit

Permalink
Test with Python 3.13 (#468)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update environment-mini.yml

* Update environment-mpich.yml

* Update environment-openmpi.yml

* Update environment-win.yml

* Update unittest-flux-mpich.yml

* Update unittest-flux-mpich.yml

* Update unittest-mpich.yml

* Update unittest-openmpi.yml

* Update unittest-win.yml
  • Loading branch information
jan-janssen authored Oct 30, 2024
1 parent 968b38e commit e8866a3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dependencies:
- numpy
- cloudpickle =3.1.0
- pyzmq =26.0.3
- setuptools =75.1.0
1 change: 1 addition & 0 deletions .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dependencies:
- pygraphviz =1.14
- ipython =8.29.0
- pysqa =0.2.0
- setuptools =75.1.0
1 change: 1 addition & 0 deletions .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dependencies:
- pygraphviz =1.14
- pysqa =0.2.0
- ipython =8.29.0
- setuptools =75.1.0
1 change: 1 addition & 0 deletions .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dependencies:
- networkx =3.4.2
- pygraphviz =1.14
- ipython =8.29.0
- setuptools =75.1.0
5 changes: 4 additions & 1 deletion .github/workflows/unittest-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
matrix:
include:
- operating-system: macos-latest
python-version: '3.12'
python-version: '3.13'

- operating-system: ubuntu-latest
python-version: '3.13'

- operating-system: ubuntu-latest
python-version: '3.12'
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/unittest-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
matrix:
include:
- operating-system: macos-latest
python-version: '3.12'
python-version: '3.13'

- operating-system: ubuntu-latest
python-version: '3.13'

- operating-system: ubuntu-latest
python-version: '3.12'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: [windows-latest]
python-version: ['3.12']
python-version: ['3.13']

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
readme = "README.md"
license = { file = "LICENSE" }
keywords = ["pyiron"]
requires-python = ">=3.9, <3.13"
requires-python = ">=3.9, <3.14"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Topic :: Scientific/Engineering :: Physics",
Expand All @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"cloudpickle==3.1.0",
Expand Down

0 comments on commit e8866a3

Please sign in to comment.