Skip to content

Fix state pickler for Python 3.11#328

Merged
mdickinson merged 5 commits into
mainfrom
fix-state-pickler-for-311
Feb 8, 2023
Merged

Fix state pickler for Python 3.11#328
mdickinson merged 5 commits into
mainfrom
fix-state-pickler-for-311

Conversation

@mdickinson
Copy link
Copy Markdown
Member

@mdickinson mdickinson commented Feb 7, 2023

Fixes #325, and extends the GitHub Actions workflow to test on Python 3.11 as well as Python 3.10.

I'm expecting CI to fail until #326 and #327 are merged.

Checklist

  • Add a news fragment if this PR is news-worthy for end users. (see docs/releases/README.rst)

Comment thread .github/workflows/test-with-pip.yml Outdated
@mdickinson mdickinson merged commit 5e16586 into main Feb 8, 2023
@mdickinson mdickinson deleted the fix-state-pickler-for-311 branch February 8, 2023 11:31
corranwebster pushed a commit that referenced this pull request May 25, 2023
Fixes the `StatePickler` for Python 3.11 (which added `object.__getstate__`), and extends the GitHub Actions workflow to test on Python 3.11 as well as Python 3.10.
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.

Tests fail with Python 3.11: AttributeError: 'NoneType' object has no attribute 'pop'

2 participants