Skip to content

Commit

Permalink
Prepare release of lxml 4.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jul 3, 2023
1 parent 35b9481 commit 15abffe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/wheels.yml
Expand Up @@ -141,7 +141,17 @@ jobs:
#os: [macos-10.15, windows-latest]
#os: [macos-10.15, macOS-M1]
#os: [macos-10.15]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8-v7.3.7", "pypy-3.9-v7.3.9"]
python-version:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12-dev"
- "pypy-3.8-v7.3.7"
- "pypy-3.9-v7.3.9"

include:
- os: windows-2016
Expand Down
8 changes: 4 additions & 4 deletions CHANGES.txt
Expand Up @@ -2,13 +2,13 @@
lxml changelog
==============

4.9.3 (2023-06-30)
4.9.3 (2023-07-03)
==================

Bugs fixed
----------
Other changes
-------------

* Python 3.12-compatible release with no substantive changes
* Built with Cython 0.29.35 to adapt to changes in Python 3.11 and 3.12.


4.9.2 (2022-12-13)
Expand Down
2 changes: 1 addition & 1 deletion doc/main.txt
Expand Up @@ -160,7 +160,7 @@ Index <http://pypi.python.org/pypi/lxml/>`_ (PyPI). It has the source
that compiles on various platforms. The source distribution is signed
with `this key <pubkey.asc>`_.

The latest version is `lxml 4.9.3`_, released 2022-06-30
The latest version is `lxml 4.9.3`_, released 2023-07-03
(`changes for 4.9.3`_). `Older versions <#old-versions>`_
are listed below.

Expand Down

0 comments on commit 15abffe

Please sign in to comment.