emmett-framework / emmett

The web framework for inventors
Other
1.03k stars 70 forks source link

Add python3.12 support #481

Closed waghanza closed 6 months ago

waghanza commented 6 months ago

This PR adds support for python 3.12

Closes #480

gi0baro commented 6 months ago

@waghanza for the CI you probably just want to upgrade the setup-python action to latest version, no need to upgrade pip

waghanza commented 6 months ago

Seems not @gi0baro

gi0baro commented 6 months ago

Seems not @gi0baro

It seems the version of Poetry is too outdated to handle this, you can try unpin the poetry version (use just @v1), you might also upgrade the rapidjson dependency to latest (1.14)