mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Actually release Python 3.9
This commit is contained in:
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
strategy:
|
||||
matrix:
|
||||
version: [2.7, 3.5, 3.6, 3.7, 3.8]
|
||||
version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/download-artifact@v1
|
||||
|
||||
Reference in New Issue
Block a user