We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd78c84 commit 2013c2fCopy full SHA for 2013c2f
1 file changed
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
### Added
6
7
+* Added Python 3.12 support [#356](https://github.com/NLeSC/python-template/issues/356)
8
* Template unit tests for documentation generation, linting and version bumping
9
* Docstring for function
10
* Intersphinx to documentation
@@ -27,6 +28,7 @@
27
28
29
### Removed
30
31
+* Removed Python 3.7 support [#343](https://github.com/NLeSC/python-template/issues/343)
32
* `.pylintrc` file, was too strict, too soon [#267](https://github.com/NLeSC/python-template/issues/267)
33
* Unused development dependencies [#167](https://github.com/NLeSC/python-template/issues/167)
34
* Statements in project_setup.md already mentioned in README.dev.md
0 commit comments