milc bump to 1.6.8, add python 3.10-3.12.

This commit is contained in:
Nick Brassel
2023-11-30 19:41:54 +11:00
parent 753136ade4
commit daa7f54dd0
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
update: true
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-python-pip mingw-w64-x86_64-python-pillow
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-python-pip mingw-w64-x86_64-python-pillow mingw-w64-x86_64-rust
- name: (MSYS2) Install Python dependencies
shell: msys2 {0}