From 6b86747e5a06482e43b740067fd58fce4f0a57f4 Mon Sep 17 00:00:00 2001 From: jelmert Date: Thu, 5 Sep 2024 16:58:24 +0200 Subject: [PATCH] Add Python version 3.13 to test matrix and test against main --- .github/workflows/test.yml | 4 +++- tox.ini | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87cf91c..177cbf9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,8 @@ jobs: '3.9', '3.10', '3.11', - '3.12-dev', + '3.12', + '3.13', ] services: @@ -45,6 +46,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + allow-prereleases: 'true' - name: Get pip cache dir id: pip-cache diff --git a/tox.ini b/tox.ini index 0e7c6d3..dc53a96 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py{38,39,310,311}-dj{42} py{310,311,312}-dj{50} py{310,311,312}-dj{51} - py{310,311,312}-dj{main} + py{310,311,312,313}-dj{main} flake8 isort mypy @@ -19,6 +19,7 @@ python = 3.10: py310 3.11: py311 3.12: py312 + 3.13: py313 [testenv] deps =