Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add support for python 3.14 and remove support of python 3.11 #360

Copy link
Copy link
@cadenmyers13

Description

@cadenmyers13
Issue body actions

To add and remove support of these python versions, open pyproject.toml and first replace this line,

requires-python = ">=3.11, <3.14"

with this line

requires-python = ">=3.12, <3.15"

Then, remove this line

        'Programming Language :: Python :: 3.11',

and add this line

        'Programming Language :: Python :: 3.14',

Finally, do a global search in the repo to make sure nothing else needs to be changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.