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

Add Python 3.13, remove Python 3.8 and update CI Workflow #3767

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

digitalresistor
Copy link
Member

@digitalresistor digitalresistor commented Oct 26, 2024

Takes care of the following things:

  • Updates the CI workflow to include Python 3.13 and testing on a variety of more platforms/including newer ones
  • Updates tox.ini to clean it up syntax wise
  • Updates some tests to make sure they still fail on Python 3.13

Closes #3762 #3761

Inner functions such as:

    def outer():
        def inner():
            pass

Now have an attribute called `__name__`, which will be set to `inner`.

Also it seems that there is a `__doc__` attribute that is now standard,
and thus we add a pragma nocover to pshell.
@digitalresistor
Copy link
Member Author

This replaces/supplements #3762

@digitalresistor
Copy link
Member Author

Windows support is broken on Py 3.13

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

Successfully merging this pull request may close these issues.

1 participant