Skip to content

Commit

Permalink
feat: adding python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
timurcarstensen committed Nov 25, 2024
1 parent 96e7e72 commit dba6821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
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 = [
{name = "Edward Bergman"},
{name = "Frank Hutter"},
]
requires-python = ">=3.10,<3.12"
requires-python = ">=3.10,<3.13"
dependencies = [
"cloudpickle>=3.0.0",
"torch>=1.9.0",
Expand All @@ -32,6 +32,7 @@ classifiers = [
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]

[project.optional-dependencies]
Expand Down

0 comments on commit dba6821

Please sign in to comment.