This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
also add python 3.9
pull/248/head
Christian Decker
3 years ago
parent
e44b194d89
commit
1b6c69cd95
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/pythonpackage.yml
+ 1
- 1
.github/workflows/pythonpackage.yml
View File
@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8
, 3.9
]
steps:
- uses: actions/checkout@v1
Write
Preview
Loading…
Cancel
Save