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
feature: remove support for python 3.6
tags/v2.1.8
winkidney
2 years ago
parent
5acbe212df
commit
2768aab6bf
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, 3.9]
python-version: [3.7, 3.8, 3.9
, 3.10
]
steps:
- uses: actions/checkout@v1
Write
Preview
Loading…
Cancel
Save