Skip to content

Commit

Permalink
Merge pull request #102 from rgbkrk/py312
Browse files Browse the repository at this point in the history
expand into supporting Python 3.12
  • Loading branch information
rgbkrk authored Nov 5, 2023
2 parents f561162 + 9c823eb commit 3635743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

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 @@ -33,7 +33,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9.0,<3.12"
python = ">=3.9.0,<3.13"
ipython = ">=7.0.0,<9.0.0"
openai = {version = "^1.0.0b2", allow-prereleases = true}
pydantic = ">=1.9.0,<2.0.0"
Expand Down

0 comments on commit 3635743

Please sign in to comment.