Skip to content

Commit 533757b

Browse files
committed
Test PyPy 3.10 support
1 parent 53b44a6 commit 533757b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ['3.7', pypy-3.7, pypy-3.9]
23+
python-version: ['3.7', pypy-3.7, pypy-3.10]
2424
os: [ubuntu-latest]
2525
# run only limited set of tests because it takes too long
2626
mark: [important]

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Changelog
44
1.13
55
----
66

7+
.. changelog::
8+
:version: 1.13.3
9+
10+
.. change::
11+
:tags: general, feature
12+
13+
Test PyPy 3.10 support
14+
15+
.. change::
16+
:tags: ci, feature
17+
18+
Push release using ``Trusted publishers`` feature of PyPI.org
19+
720
.. changelog::
821
:version: 1.13.3
922
:released: 14.03.2023

0 commit comments

Comments
 (0)