mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +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:
|
versions:
|
||||||
github: python/cpython/tags
|
github: python/cpython/tags
|
||||||
# FIXME maybe? This is pretty good, and darwin+aarch64 support could be
|
|
||||||
# suspect even further back.
|
|
||||||
ignore:
|
ignore:
|
||||||
- 3.2.[0-3]
|
# FIXME maybe? linux+aarch64 doesn't build on 3.2.x
|
||||||
- 3.[0-1].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:
|
companions:
|
||||||
pip.pypa.io: '*'
|
pip.pypa.io: '*'
|
||||||
|
|
Loading…
Reference in a new issue