1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-05 07:46:12 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Hugo van Kemenade 7a8fed27ec Drop support for Python 3.7 2023-06-03 14:22:03 +03:00
Hugo van Kemenade 1a7a5f19ce Remove redundant wheel dependency from pyproject.toml
Committed via https://github.com/asottile/all-repos
2022-05-04 11:17:40 +03:00
Hugo van Kemenade cccde3f009 Drop support for EOL Python 3.6 2021-12-14 15:44:47 +02:00
Hugo van Kemenade 197a7fd4d8 Update pre-commit 2020-09-08 21:36:50 +03:00
Hugo ff8e64caa1 Drop support for EOL Python 2 2020-04-20 20:09:12 +03:00
Benjamin Schubert 68d50fffd2
Specify setuptools_scm config in pyproject.toml
This provides multiple advantages:

- It is the recommended way of using setuptools_scm
- It makes it easier for tools to find this dependency and therefore
  build in a sandbox

The previous behavior is still left in place to support older version
of setuptools and pip that do not support PEP 517
2020-03-27 17:56:49 +00:00
Hugo 95e7768b6b Lint with pre-commit: Black, isort, Flake8 2020-02-24 00:31:22 +02:00