Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.13 support #247

Open
Mogost opened this issue Nov 13, 2024 · 3 comments
Open

Python 3.13 support #247

Mogost opened this issue Nov 13, 2024 · 3 comments

Comments

@Mogost
Copy link

Mogost commented Nov 13, 2024

sgqlc/pyproject.toml

Lines 62 to 63 in d36984a

# <3.13 is to enable coveralls 4, which requires python >=3.8,<3.13
python = '>=3.8,<3.13'

Those lines block installation on Python 3.13 which is released.

Current possible workaround is downgrading to version 16.3

@barbieri
Copy link
Member

yeah, those were because of a dep, I'll see if the dep is already fixed and will relax that one

@barbieri
Copy link
Member

yeah, still a blocker: https://pypi.org/project/coveralls/

The current project's supported Python range (>=3.8) is not compatible with some of the required packages Python requirement:
  - coveralls requires Python <3.13,>=3.8, so it will not be satisfied for Python >=3.13
  - coveralls requires Python <3.13,>=3.8, so it will not be satisfied for Python >=3.13

Because no versions of coveralls match >4,<4.0.1 || >4.0.1
 and coveralls (4.0.0) requires Python <3.13,>=3.8, coveralls is forbidden.
So, because coveralls (4.0.1) requires Python <3.13,>=3.8
 and sgqlc depends on coveralls (>=4), version solving failed.

@barbieri
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants