Skip to content

Commit

Permalink
allow python 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley M. Gifford <[email protected]>
  • Loading branch information
wgifford committed Apr 2, 2024
1 parent 57f476a commit f8d3485
Show file tree
Hide file tree
Showing 2 changed files with 2 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.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=66", "wheel", "Cython"]

[project]
name = "tsfm_public"
requires-python = ">=3.9,<3.11"
requires-python = ">=3.9,<3.12"
version = "0.0.1"
authors = [{ name = "IBM" }]
description = "Public notebooks and utilities for TSFM"
Expand Down

0 comments on commit f8d3485

Please sign in to comment.