Skip to content

Commit

Permalink
Test with python 3.13 (#356)
Browse files Browse the repository at this point in the history
* Test with python 3.13

* Update pyproject.toml

* Update environment.yml

* Update unittest.yml
  • Loading branch information
jan-janssen authored Oct 30, 2024
1 parent 62b6ab5 commit a97bdb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dependencies:
- jinja2 =3.1.4
- paramiko =3.5.0
- tqdm =4.66.6
- setuptools =75.1.0
7 changes: 5 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
matrix:
include:
- operating-system: macos-latest
python-version: '3.12'
python-version: '3.13'

- operating-system: windows-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
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 = [
"jinja2==3.1.4",
Expand Down

0 comments on commit a97bdb6

Please sign in to comment.