15five / scim2-filter-parser

A customizable parser/transpiler for SCIM2.0 filters
Other
23 stars 8 forks source link

Migrate to Poetry #32

Closed logston closed 2 years ago

logston commented 2 years ago

https://github.com/15five/scim2-filter-parser/pull/31 should be merged first.

This commit updates the package to use Poetry and its related tooling for development. Changes include, but are not limited to, the addition of a pyproject.toml file, pytest configurations, the removal of the setup.py script, and updates to the tox.ini file.

Support for Python 3.6 was is dropped in this commit.

caleb15 commented 2 years ago

Support for Python 3.6 was is dropped in this commit.

:+1: :boom:

logston commented 2 years ago

Update the readme used for development.

logston commented 2 years ago

Thanks for the review @caleb15!

Can you turn off the checks and merge this PR? We are stuck on Python 3.6 Expected — Waiting for status to be reported but those tests have been removed.

mateuszmandera commented 2 years ago

@logston Thanks for the new release! Could you also push it to pypi? It's still at 0.3.9 there

logston commented 2 years ago

@mateuszmandera just did!