pycord icon indicating copy to clipboard operation
pycord copied to clipboard

feat: :sparkles: Update to support python 3.14

Open Paillat-dev opened this issue 7 months ago • 0 comments

Summary

Requires: #2645 The above pull request is required as it refactors asyncio usage in a way that does not make use of deprecated methods. See: https://docs.python.org/3.14/whatsnew/3.14.html#deprecated

⚠️ This requires testing.

Python 3.14 is currently at alpha 7. This should not be merged before the official release, and only serves as a way not to stay behind.

Information

  • [ ] This PR fixes an issue.
  • [x] This PR adds something new (e.g. new method or parameters).
  • [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • [ ] This PR is not a code change (e.g. documentation, README, typehinting, examples, ...).

Checklist

  • [ ] I have searched the open pull requests for duplicates.
  • [ ] If code changes were made then they have been tested.
    • [ ] I have updated the documentation to reflect the changes.
  • [ ] If type: ignore comments were used, a comment is also left explaining why.
  • [ ] I have updated the changelog to include these changes.

Paillat-dev avatar Apr 17 '25 16:04 Paillat-dev