We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e7e72 commit dba6821Copy full SHA for dba6821
2 files changed
.github/workflows/python-package.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- python-version: ["3.10", "3.11"]
+ python-version: ["3.10", "3.11", "3.12"]
20
21
steps:
22
- uses: actions/checkout@v4
pyproject.toml
@@ -11,7 +11,7 @@ authors = [
11
{name = "Edward Bergman"},
12
{name = "Frank Hutter"},
13
]
14
-requires-python = ">=3.10,<3.12"
+requires-python = ">=3.10,<3.13"
15
dependencies = [
"cloudpickle>=3.0.0",
"torch>=1.9.0",
@@ -32,6 +32,7 @@ classifiers = [
32
'Programming Language :: Python :: 3',
33
'Programming Language :: Python :: 3.10',
34
'Programming Language :: Python :: 3.11',
35
+ 'Programming Language :: Python :: 3.12',
36
37
38
[project.optional-dependencies]
0 commit comments