v4.0.1 #170

Merged
profitroll merged 3 commits from dev into main 2024-12-29 17:18:48 +02:00
Showing only changes of commit d24e94b57e - Show all commits

View File

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