Skip to content

Fix pybbm for Python up to 3.13 #296

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

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

Conversation

chrisv2
Copy link
Contributor

@chrisv2 chrisv2 commented Jun 13, 2025

  • getargspec => getfullargspec (deprecated since Python 3.0(!), finally removed in 3.12)
  • assertEquals => assertEqual (deprecated since Python 3.2, removed in 3.12)
  • update version and supported Python versions in setup.py
  • fix "Invalid escape sequence \d" warning (Python 3.13)
  • add build/ folder to gitignore (gets created in github workspace)

chrisv2 added 2 commits June 13, 2025 12:49
* getargspec => getfullargspec (deprecated since Python 3.0(!), finally removed in 3.12)
* assertEquals => assertEqual (deprecated since Python 3.2, removed in 3.12)
* update version and supported Python versions in setup.py
* add build/ folder to gitignore (gets created in github workspace)
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