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

Test on more recent Python versions. #279

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

Carreau
Copy link
Collaborator

@Carreau Carreau commented Jan 17, 2024

This does a number of things:

  • raise pytest pinning to version 8,
  • test CI on 3.11
  • update deprecated formatargspec to use signature
  • update various ast node to use Constant, and .value instead of .s

We also mark a few test as xfail – as they have been failing for a
while, but IPython was indirectly pinned via prompt_toolkit).

And we also start to add a couple of compatibility to bytecode for
Python 3.12.

.github/workflows/test.yml Outdated Show resolved Hide resolved
Test on more recent Python versions.

This does a number of things:

  - raise pytest pinning to version 8,
  - test CI on 3.11
  - update deprecated formatargspec to use signature
  - update various ast node to use Constant, and .value instead of .s

We also mark a few test as xfail – as they have been failing for a
while, but IPython was indirectly pinned via prompt_toolkit).

And we also start to add a couple of compatibility to bytecode for
Python 3.12.
@Carreau Carreau merged commit bd1b988 into deshaw:master Mar 4, 2024
7 checks passed
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