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

Run Pyupgrade & Update requirements #1279

Merged
merged 5 commits into from
Nov 1, 2023
Merged

Conversation

chris34
Copy link
Member

@chris34 chris34 commented Nov 1, 2023

Inyoka should now run on Python 3.11, even though Django 3.2 is not officially supported with that version.

command used
```
find -type f -iname '*.py' -exec pyupgrade --keep-percent-format {} \;
```
```
find -type f -iname '*.py' -exec pyupgrade --py38-plus --keep-percent-format {} \;
```
In newer python-versions this resulted into

```
re.error: global flags not at the start of the expression
```
Beautifulsoup was unpinned.

Django patch-release fixes a security vulnerability that affects Windows.
@chris34 chris34 merged commit e552f50 into inyokaproject:staging Nov 1, 2023
2 checks passed
@chris34 chris34 deleted the pyupgrade branch November 1, 2023 16:04
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