Browse Source

update Github workflows for Python 3.13

The MMGen Project 3 weeks ago
parent
commit
8adbda8f08
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/build.yaml
  2. 1 1
      .github/workflows/ruff.yaml

+ 1 - 1
.github/workflows/build.yaml

@@ -18,7 +18,7 @@ jobs:
 
 
     strategy:
     strategy:
       matrix:
       matrix:
-        python-version: ["3.9","3.10","3.11","3.12"]
+        python-version: ["3.9", "3.11", "3.12", "3.13"]
 
 
     steps:
     steps:
     - uses: actions/checkout@v4
     - uses: actions/checkout@v4

+ 1 - 1
.github/workflows/ruff.yaml

@@ -18,7 +18,7 @@ jobs:
 
 
     strategy:
     strategy:
       matrix:
       matrix:
-        python-version: ["3.9", "3.11", "3.12"]
+        python-version: ["3.9", "3.11", "3.12", "3.13"]
 
 
     steps:
     steps:
     - uses: actions/checkout@v4
     - uses: actions/checkout@v4