mollie / mollie-api-python

Mollie API client for Python
http://www.mollie.com
BSD 2-Clause "Simplified" License
113 stars 55 forks source link

Test with Python 3.12 #329

Closed whyscream closed 12 months ago

whyscream commented 1 year ago

Note: Flake8/pycodestyle has several issues with Python3.12, all related to the fact that in Python3.12, f-strings can be tokenized. We just need to wait for another release.

whyscream commented 12 months ago

Problems with pycodestyle resolved after 2.11 was released.