Skip to content

Commit

Permalink
Test PyPy 3.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jul 30, 2023
1 parent 53b44a6 commit 533757b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', pypy-3.7, pypy-3.9]
python-version: ['3.7', pypy-3.7, pypy-3.10]
os: [ubuntu-latest]
# run only limited set of tests because it takes too long
mark: [important]
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog
1.13
----

.. changelog::
:version: 1.13.3

.. change::
:tags: general, feature

Test PyPy 3.10 support

.. change::
:tags: ci, feature

Push release using ``Trusted publishers`` feature of PyPI.org

.. changelog::
:version: 1.13.3
:released: 14.03.2023
Expand Down

0 comments on commit 533757b

Please sign in to comment.