Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.10"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Bleach changes
==============

Version 6.4.0 (TBD)
-------------------

**Backwards incompatible changes**

* Dropped support for pypy 3.10. (#764)

**Security fixes**

None

**Bug fixes**

* Add support for pypy 3.11. (#764)


Version 6.3.0 (October 27th, 2025)
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python =
3.12: py312
3.13: py313
3.14: py314
pypy-3.10: pypy3
pypy-3.11: pypy3

[testenv]
deps = -rrequirements-dev.txt
Expand Down
Loading