Skip to content

Python 3 only, require Python 3.10+, support until 3.15 - #219

Merged
mauritsvanrees merged 14 commits into
masterfrom
maurits-py3-only
Aug 20, 2026
Merged

Python 3 only, require Python 3.10+, support until 3.15#219
mauritsvanrees merged 14 commits into
masterfrom
maurits-py3-only

Conversation

@mauritsvanrees

Copy link
Copy Markdown
Collaborator

No description provided.

In most cases this was now simply something like `b('')`, which I replaced with `b''`.
Used `variable.encode('utf-8')` in the rest of the cases.
Add support for Python 3.14 and 3.15.
```
E     File "/Users/maurits/community/mr.developer/.tox/py310/lib/python3.10/site-packages/mr/developer/svn.py", line 88
E       logger.error(f"Subversion output:\n{stdout.decode("utf-8")}\n{stderr.decode("utf-8")}")
E                                                          ^^^
E   SyntaxError: f-string: unmatched '('
```
@mauritsvanrees
mauritsvanrees merged commit f918d2c into master Aug 20, 2026
6 of 12 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.

3 participants