Skip to content

Commit

Permalink
Bump build version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
piercefreeman committed Jul 14, 2023
1 parent 9d9baf3 commit a1e68a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- name: Install poetry
run:
Expand Down
2 changes: 1 addition & 1 deletion examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Pierce Freeman <pierce@freeman.vc>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
gpt_json = { path = "/Users/piercefreeman/projects/gpt-json", develop = true }
python-dotenv = "^1.0.0"
isort = "^5.12.0"
Expand Down

0 comments on commit a1e68a3

Please sign in to comment.