Dropped Python 3.8 support and added 3.12 support instead

This commit is contained in:
2024-09-21 00:11:13 +02:00
parent 78a5fb886f
commit a341ffd41d
4 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ jobs:
container: catthehacker/ubuntu:act-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3