We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b44a6 commit 533757bCopy full SHA for 533757b
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python-version: ['3.7', pypy-3.7, pypy-3.9]
+ python-version: ['3.7', pypy-3.7, pypy-3.10]
24
os: [ubuntu-latest]
25
# run only limited set of tests because it takes too long
26
mark: [important]
CHANGELOG.rst
@@ -4,6 +4,19 @@ Changelog
4
1.13
5
----
6
7
+.. changelog::
8
+ :version: 1.13.3
9
+
10
+ .. change::
11
+ :tags: general, feature
12
13
+ Test PyPy 3.10 support
14
15
16
+ :tags: ci, feature
17
18
+ Push release using ``Trusted publishers`` feature of PyPI.org
19
.. changelog::
:version: 1.13.3
:released: 14.03.2023
0 commit comments