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

Support Python 3.12 #1090

Open
dicknetherlands opened this issue Jun 26, 2024 · 1 comment
Open

Support Python 3.12 #1090

dicknetherlands opened this issue Jun 26, 2024 · 1 comment

Comments

@dicknetherlands
Copy link

O365 seems to work fine on Python 3.12 but one dependency - stringcase - is throwing warnings (stringcase.py:247: SyntaxWarning: invalid escape sequence '\W').

Could O365 be officially updated to support 3.12, and in doing so update/modify the stringcase dependency to stop throwing this warning?

I realise the warning itself is from the stringcase project but it looks like stringcase might be an orphan/abandonded project and hasn't been updated in a while, so perhaps O365 could replace it with something else when upgrading to Python 3.12?

@alejcas
Copy link
Member

alejcas commented Jul 4, 2024

Dropped stringcase dependency

Done in df0bf8c

2.0.36 released into pypi

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

No branches or pull requests

2 participants