Skip to content

Commit 3d94f65

Browse files
committed
merge
2 parents bf31c70 + 53f1207 commit 3d94f65

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

ifbo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.11"
1+
__version__ = "0.3.12"

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ authors = [
1111
{name = "Edward Bergman"},
1212
{name = "Frank Hutter"},
1313
]
14-
requires-python = ">=3.10,<3.13"
14+
requires-python = ">=3.10,<3.14"
1515
dependencies = [
1616
"cloudpickle>=3.0.0",
1717
"torch>=1.9.0",
18-
"numpy>=1.21.2,<2",
18+
"numpy>=1.21.2",
1919
"scipy>=1.13.1",
2020
"requests>=2.23.0",
2121
"submitit>=1.5.1",
@@ -33,6 +33,7 @@ classifiers = [
3333
'Programming Language :: Python :: 3.10',
3434
'Programming Language :: Python :: 3.11',
3535
'Programming Language :: Python :: 3.12',
36+
'Programming Language :: Python :: 3.13',
3637
]
3738

3839
[project.optional-dependencies]

0 commit comments

Comments
 (0)