Skip to content

Commit

Permalink
Merge pull request #534 from nicoddemus/release-4.3.0
Browse files Browse the repository at this point in the history
Release 4.3.0
  • Loading branch information
nicoddemus authored Dec 22, 2023
2 parents 8c3bcce + 9a9804d commit 0b22ccb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
if: github.repository == 'pytest-dev/pytest-qt'

runs-on: ubuntu-latest
environment: deploy

permissions:
id-token: write # For PyPI trusted publishers.
Expand All @@ -40,5 +41,4 @@ jobs:
- name: GitHub Release
uses: softprops/action-gh-release@v1
with:
body_path: scripts/latest-release-notes.md
files: dist/*
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UNRELEASED
-----------
4.3.1 (2023-12-22)
------------------

- Added official support for Python 3.12.
- Python 3.7 is no longer supported.
Expand All @@ -17,6 +17,11 @@ UNRELEASED
.. _#515: https://github.com/pytest-dev/pytest-qt/pull/515
.. _#483: https://github.com/pytest-dev/pytest-qt/issues/483

4.3.0 (2023-12-22)
------------------

- Failure during publish.


4.2.0 (2022-10-25)
------------------
Expand Down

0 comments on commit 0b22ccb

Please sign in to comment.