Let's use newer Python versions

This commit is contained in:
Salad Dais
2025-05-19 23:10:07 +00:00
parent a974f167d1
commit c8dbbef8fc
5 changed files with 6 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ jobs:
contents: write
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v2