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 d7e51aa commit 6b45867Copy full SHA for 6b45867
.github/workflows/ci.yml
@@ -87,6 +87,8 @@ jobs:
87
88
steps:
89
- uses: actions/checkout@v3
90
+ with:
91
+ submodules: "recursive"
92
- name: Set up Python
93
uses: actions/setup-python@v4
94
with:
docs/changes.rst
@@ -2,6 +2,16 @@
2
Changelog
3
=========
4
5
+v0.30.1
6
+-------
7
+
8
+* Ensure that an ``sdist`` contains the test suite JSON files.
9
10
+v0.30.0
11
12
13
+* Declare support for Python 3.12.
14
15
v0.29.3
16
-------
17
0 commit comments