From 1832e4347720d3a62d2fd5b27899f42cd8385307 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Fri, 1 Nov 2024 16:52:37 -0400 Subject: [PATCH] Update testing for python-3.13 --- .github/workflows/testing.yml | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 118fcc5..90a9862 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] os: - ubuntu-latest - macos-latest @@ -34,7 +34,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1 with: - version: 1.3.2 + version: 1.8.4 virtualenvs-create: true virtualenvs-in-project: true #---------------------------------------------- diff --git a/tox.ini b/tox.ini index 24365bf..0a0b46b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] isolated_build = true -envlist = py310, py311, py312 +envlist = py310, py311, py312, py313 [testenv] allowlist_externals = poetry