-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The setup.py-style builds are deprecated. PEP 517 introduced the pyproject.toml way of packing Python projects. This commit switches to this new mechanism and uses the Poetry build system. The advantage of this system is that a Rust-inspired lock file is created to lock down exact dependencies and all but guarantees that future users will be able to build and use the project. Further, this commit fixes up CI to use Poetry. Support for Python 3.6 is dropped since it is no longer supported and the gherkin-formatter does not want to play nice with 3.6. Testing against Python 3.10 is added. Other file changes are reformatting due to new formatter versions.
- Loading branch information
Showing
10 changed files
with
1,214 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.