We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c1baf commit dd61c91Copy full SHA for dd61c91
CHANGELOG.md
@@ -2,9 +2,11 @@
2
3
[](https://calver.org/)
4
5
-## Pinttrs 23.1.0 (2023-02-22)
+## Pinttrs 23.1.1 (2023-02-22)
6
7
-### Developer-side changes
+*Minor release with tooling updates.*
8
+
9
+## Pinttrs 23.1.0 (2023-02-22)
10
11
* Drop Python 3.7 support, add Python 3.11 support ({ghcommit}`191677`)
12
Makefile
@@ -22,7 +22,7 @@ conda-init:
22
requirements/conda-lock.yml
23
conda run \
24
--name pinttrs \
25
- python3 -m pip install --editable --no-deps .
+ python3 -m pip install --editable . --no-deps
26
27
# Shortcut for PDM and conda lock
28
lock: conda-lock pdm-lock
0 commit comments