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

2.24 - Update Nextcord and Psycopg from v2 to v3, restrict python to 3.12 for now #163

Merged
merged 3 commits into from
Dec 30, 2024

Conversation

Borketh
Copy link
Member

@Borketh Borketh commented Dec 26, 2024

  • restrict python versions to 3.12.x
    • minimum for nextcord v3 is 3.12, and no re2 package currently builds with 3.13
  • sqlobject just stopped working at all with psycopg2, so switch to 3 which seems to work fine (and will work on 3.13 later)
    • this appears to lower image size, so yay
  • everything else appears to break nothing

Borketh and others added 3 commits December 18, 2024 16:15
- restrict python versions to 3.12.x
  - minimum for nextcord v3 is 3.12, and no re2 package currently builds with 3.13
- sqlobject just stopped working at all with psycopg2, so switch to 3 which seems to work fine (and will work on 3.13 later)
  - this appears to lower image size, so yay
- everything else appears to break nothing
@Feyko Feyko merged commit fb425a6 into dev Dec 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

2 participants