Skip to content

Commit 04b73fe

Browse files
martinRenouibdafna
authored andcommitted
Migrate to hatch
Signed-off-by: martinRenou <[email protected]>
1 parent 94be143 commit 04b73fe

File tree

9 files changed

+9632
-28966
lines changed

9 files changed

+9632
-28966
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- '3.9'
3535
- '3.8'
3636
- '3.7'
37-
- '3.6'
3837
- pypy3.7
3938
steps:
4039
- uses: actions/checkout@v3

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
rev: v1.20.0
4444
hooks:
4545
- id: setup-cfg-fmt
46-
args: [ --min-py3-version, "3.6", "--max-py-version", "3.10" ]
46+
args: [ --min-py3-version, "3.7", "--max-py-version", "3.10" ]
4747
- repo: https://github.com/PyCQA/flake8
4848
rev: 4.0.1
4949
hooks:

MANIFEST.in

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)