MarshalX / atproto

The AT Protocol (🦋 Bluesky) SDK for Python 🐍
https://atproto.blue
MIT License
309 stars 33 forks source link

Python Version Depency Issue #221

Closed hack13 closed 10 months ago

hack13 commented 10 months ago

https://github.com/MarshalX/atproto/blob/f55fea61550074028cbe2e3b978e020b47d9442e/pyproject.toml#L51C25-L51C25

Is this intended? I am not able to use Python 3.12 which is the latest stable?

The current project's supported Python range (>=3.12,<4.0) is not compatible with some of the required packages Python requirement:
  - atproto requires Python >=3.7.1,<3.13, so it will not be satisfied for Python >=3.13,<4.0
MarshalX commented 10 months ago

Hi. Pls specify that your project is <3.13 too. Currently, it's <4.0

hack13 commented 10 months ago

Sorry about that, closing as a my issue. only recently switched to poetry and getting the hang of its nuances