Skip to content

Commit dba6821

Browse files
feat: adding python 3.12 support
1 parent 96e7e72 commit dba6821

2 files changed

Lines changed: 3 additions & 2 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"]
19+
python-version: ["3.10", "3.11", "3.12"]
2020

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{name = "Edward Bergman"},
1212
{name = "Frank Hutter"},
1313
]
14-
requires-python = ">=3.10,<3.12"
14+
requires-python = ">=3.10,<3.13"
1515
dependencies = [
1616
"cloudpickle>=3.0.0",
1717
"torch>=1.9.0",
@@ -32,6 +32,7 @@ classifiers = [
3232
'Programming Language :: Python :: 3',
3333
'Programming Language :: Python :: 3.10',
3434
'Programming Language :: Python :: 3.11',
35+
'Programming Language :: Python :: 3.12',
3536
]
3637

3738
[project.optional-dependencies]

0 commit comments

Comments
 (0)