Skip to content

Commit

Permalink
Support 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
squidarth committed Oct 27, 2023
1 parent dec7081 commit 1cc8ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
use_gpu: ["y", "n"]
job_type: ["server", "training"]
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["MLOps", "AI", "Model Serving", "Model Deployment", "Machine Learnin
"Baseten" = "https://baseten.co"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.8,<3.13"
numpy = "1.23.5"
msgpack = ">=1.0.2"
msgpack-numpy = ">=0.4.7.1"
Expand Down

0 comments on commit 1cc8ba4

Please sign in to comment.