移除python 3.10 CI

This commit is contained in:
wszqkzqk 2023-05-31 23:54:43 +08:00
parent 2d368f8bf5
commit 1bcef4d141
No known key found for this signature in database
GPG Key ID: F0647F18A79089C9
2 changed files with 4 additions and 8 deletions

View File

@ -15,7 +15,6 @@ jobs:
matrix:
python_version:
- "3.11"
- "3.10"
name: Windows Python ${{ matrix.python_version }}
steps:
- uses: actions/checkout@v2
@ -75,7 +74,7 @@ jobs:
--include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbisfile-3.dll=libvorbisfile-3.dll `
--include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbis-0.dll=libvorbis-0.dll `
--windows-disable-console `
-o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
-o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
pypvz.py
- name: Release the version built by nuitka
@ -83,7 +82,7 @@ jobs:
with:
allowUpdates: true
tag: Dev
artifacts: ./out/*nuitka*.exe
artifacts: ./*nuitka*.exe
token: ${{ secrets.GITHUB_TOKEN }}
@ -93,7 +92,6 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.10"
- "3.11"
name: Ubuntu Python ${{ matrix.python_version }}
steps:

View File

@ -17,7 +17,6 @@ jobs:
matrix:
python_version:
- "3.11"
- "3.10"
name: Windows Python ${{ matrix.python_version }}
steps:
- uses: actions/checkout@v2
@ -77,7 +76,7 @@ jobs:
--include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbisfile-3.dll=libvorbisfile-3.dll `
--include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbis-0.dll=libvorbis-0.dll `
--windows-disable-console `
-o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
-o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
pypvz.py
@ -86,7 +85,7 @@ jobs:
with:
allowUpdates: true
tag: Latest
artifacts: ./out/*nuitka*.exe
artifacts: ./*nuitka*.exe
token: ${{ secrets.GITHUB_TOKEN }}
linux:
@ -95,7 +94,6 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.10"
- "3.11"
name: Ubuntu Python ${{ matrix.python_version }}
steps: