From ad715584e7f6fe47236fda901db0a5c44e811dba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Wed, 5 Mar 2025 00:14:49 +0100
Subject: [PATCH] CI: Add tests for Python 3.14

But don't test with tox 3 on it, that is too new-old to care about.
---
 .github/workflows/main.yaml | 1 +
 tox.ini                     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 5bd183e..3c7e7f3 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -35,5 +35,6 @@ jobs:
         - py312-tox4
         - py313-tox3
         - py313-tox4
+        - py314-tox4
     # Use GitHub's Linux Docker host
     runs-on: ubuntu-latest
diff --git a/tox.ini b/tox.ini
index 35a9778..f3d9b63 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
 
 # This information is repeated in .github/workflows/main.yaml
 # (see https://github.com/fedora-python/tox-github-action/issues/8)
-envlist = py36-tox3,{py37,py38,py39,py310,py311,py312,py313}-tox{3,4}
+envlist = py36-tox3,{py37,py38,py39,py310,py311,py312,py313}-tox{3,4},py314-tox4
 
 [testenv]
 extras =