From 58d0488941e6efd4cb459a658b1e3a7bc49e0eaa Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Tue, 24 Oct 2023 21:09:38 -0600 Subject: [PATCH] Another try at workflow dependencies --- .github/workflows/main.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e40e3e..d45ff1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index bdae832..c48b033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Creative Commons Zero v1.0 Universal" readme = "README.md" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.10" jinja2 = "^3.1.2" symbolicmode = "^2.0.0"