getcodelimit / codelimit

Your Refactoring Alarm 🔔
https://codelimit.vercel.app
GNU General Public License v3.0
36 stars 3 forks source link

build: update py3.12 constraint #28

Closed chenrui333 closed 9 months ago

chenrui333 commented 9 months ago

Still seeing py3.12 resolution error when using py3.12.2, thus updating the costraint syntax

  Link requires a different Python (3.12.2 not in: '>=3.9,<3.12'): https://files.pythonhosted.org/packages/cf/0e/ecb59e3a93941d185395512abe748ae653df3c299969e2da5012b8a16655/codelimit-0.2.1-py3-none-any.whl (from https://pypi.org/simple/codelimit/) (requires-python:>=3.9,<3.12)

relates to #26

cc @robvanderleek

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
codelimit-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 22, 2024 7:22pm
robvanderleek commented 9 months ago

Hi @chenrui333

It feels that Python versions move so fast in Homebrew, or maybe it's because development in this project is slow 😉 Thanks again.

I'll look into the broken CI flow (the error has nothing to do with this change), fixing that will probably lead to another release.

chenrui333 commented 9 months ago

Hi @chenrui333

It feels that Python versions move so fast in Homebrew, or maybe it's because development in this project is slow 😉 Thanks again.

I'll look into the broken CI flow (the error has nothing to do with this change), fixing that will probably lead to another release.

that is very true, we do ship things in a pretty fast pace 😅

chenrui333 commented 9 months ago

thanks for the merge and support! <3