mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(python<3.3)
This commit is contained in:
parent
ac942a0128
commit
1f8af491f6
1 changed files with 6 additions and 4 deletions
|
@ -4,11 +4,13 @@ distributable:
|
|||
|
||||
versions:
|
||||
github: python/cpython/tags
|
||||
# FIXME maybe? This is pretty good, and darwin+aarch64 support could be
|
||||
# suspect even further back.
|
||||
ignore:
|
||||
- 3.2.[0-3]
|
||||
- 3.[0-1].x
|
||||
# FIXME maybe? linux+aarch64 doesn't build on 3.2.x
|
||||
- 3.[0-2].x
|
||||
# We only currently have patches for 2.7.18 (EOL)
|
||||
- 2.7.1[0-7]
|
||||
- 2.7.[0-9]
|
||||
- 2.[0-6].x
|
||||
|
||||
companions:
|
||||
pip.pypa.io: '*'
|
||||
|
|
Loading…
Reference in a new issue