Removed Python 3.9 from preselected list of Python versions and added Python 3.14.

This commit is contained in:
Patrick Lehmann
2025-10-18 22:20:06 +02:00
parent cf7a98730e
commit 7e6bb82ae8
11 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
-r ../requirements.txt
# Coverage collection
Coverage ~= 7.10
Coverage ~= 7.11
# Test Runner
pytest ~= 8.4