Commit Graph

7 Commits

Author SHA1 Message Date
Hynek Schlawack a8e24b0186
Drop Python 3.7 (#1340)
* Drop Python 3.7

* Add news fragment

* update Ruff
2024-08-29 17:35:04 +02:00
Hynek Schlawack 75d54c2197
Black 24 2024-01-26 08:15:53 +01:00
Hynek Schlawack c824bbe103
Allow subclassing of AttrsInstance and Protocol at once (#1172) 2023-08-06 21:33:03 +02:00
wouter bolsterlee e18b5f340a
Remove various obsolete _compat helpers (#941)
* remove obsolete _compat.iteritems()

* remove obsolete _compat.TYPE

* remove obsolete _compat.isclass()

* remove obsolete _compat.new_class()

* remove obsolete _compat.metadata_proxy
2022-03-21 14:03:22 +01:00
Hynek Schlawack 046beaaaaa Apply SPDX IDs 2021-12-27 09:29:09 +01:00
Hynek Schlawack 22970bdeca Fix Python 2 2021-11-24 12:10:13 +01:00
Hynek Schlawack c9d0b1522d
Test metadata_proxy properties independently from hypothesis strategies
Occasionally they fail to cover all bases and break our coverage job on Python 2.7.

Signed-off-by: Hynek Schlawack <hs@ox.cx>
2021-11-24 12:06:11 +01:00