Skip to content

Add support for Python 3.14.3 #3133

@VenomousSteam81

Description

@VenomousSteam81

Summary

Python 3.14.3 doesn't seem supported, so my bot doesn't run.

Reproduction Steps

  1. Update system (in my case, Arch linux)
  2. Restart
  3. Bot starts up, but pycord complains about not being able to run on python 3.14.3

Minimal Reproducible Code

`ERROR: Package 'py-cord' requires a different Python: 3.14.3 not in '<3.14,>=3.10'`

Expected Results

Bot to run fine, no errors or issues.

Actual Results

Bot continues to crash-loop, because pycord isn't installed (it doesn't seem to support Python 3.14.3).

Traceback (most recent call last):
  File "/home/services/CorpBot.py/Main.py", line 1, in <module>
    import asyncio, discord, time, sys, os, random, traceback, json
ModuleNotFoundError: No module named 'discord'
Return code:  1

Intents

N/A, this isn't my bot, nor is this related

System Information

The command doesn't exist because Pycord is not and cannot be installed.

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.
  • I have removed my token from display, if visible.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions