fix(python<3.3)

This commit is contained in:
Jacob Heider 2023-07-08 08:19:47 -04:00
parent ac942a0128
commit 1f8af491f6
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -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: '*'