Avoid 3.8/3.9 in tests

This commit is contained in:
Dave Halter
2026-04-27 00:59:28 +02:00
parent a662298e2f
commit 5938262227
+2 -2
View File
@@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-24.04, windows-2022]
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
environment: ['3.8', '3.13', '3.12', '3.11', '3.10', '3.9', 'interpreter']
python-version: ["3.13", "3.12", "3.11", "3.10"]
environment: ['3.13', '3.12', '3.11', '3.10', 'interpreter']
steps:
- name: Checkout code
uses: actions/checkout@v4