From a1e68a3eb96f8a63c39c808aeb90aac22985a259 Mon Sep 17 00:00:00 2001 From: Pierce Freeman Date: Fri, 14 Jul 2023 12:42:21 -0700 Subject: [PATCH] Bump build version of python --- .github/workflows/deploy.yml | 2 +- examples/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a25840a..12eefc2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - name: Install poetry run: diff --git a/examples/pyproject.toml b/examples/pyproject.toml index 2a1e8aa..927c714 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Pierce Freeman "] 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"