aio-libs / aiobotocore

asyncio support for botocore library using aiohttp
https://aiobotocore.aio-libs.org
Apache License 2.0
1.17k stars 182 forks source link

Enforce PEP 440 compliant versioning #1177

Closed jakob-keller closed 3 weeks ago

jakob-keller commented 3 weeks ago
          > > 2.13.3-alpha

That's not compliant with PEP 440. It would be 2.13.3.a0 in Python ecosystem.

@jakob-keller we should have a test to ensure the CI fails if the version is invalid (can parse with disttools or something similar). Can do this next to our existing version checks

Originally posted by @thehesiod in https://github.com/aio-libs/aiobotocore/issues/1163#issuecomment-2305887490