Skip to content

Commit a97bdb6

Browse files
authored
Test with python 3.13 (#356)
* Test with python 3.13 * Update pyproject.toml * Update environment.yml * Update unittest.yml
1 parent 62b6ab5 commit a97bdb6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.ci_support/environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dependencies:
88
- jinja2 =3.1.4
99
- paramiko =3.5.0
1010
- tqdm =4.66.6
11+
- setuptools =75.1.0

.github/workflows/unittest.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ jobs:
1515
matrix:
1616
include:
1717
- operating-system: macos-latest
18-
python-version: '3.12'
18+
python-version: '3.13'
1919

2020
- operating-system: windows-latest
21-
python-version: '3.12'
21+
python-version: '3.13'
22+
23+
- operating-system: ubuntu-latest
24+
python-version: '3.13'
2225

2326
- operating-system: ubuntu-latest
2427
python-version: '3.12'

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
readme = "README.md"
1212
license = { file = "LICENSE" }
1313
keywords = ["pyiron"]
14-
requires-python = ">=3.9, <3.13"
14+
requires-python = ">=3.9, <3.14"
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Topic :: Scientific/Engineering :: Physics",
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
]
2627
dependencies = [
2728
"jinja2==3.1.4",

0 commit comments

Comments
 (0)