8000 Updated to Unicode 15.1.0. · mrabarnett/mrab-regex@fba846d · GitHub
[go: up one dir, main page]

Skip to content

Commit fba846d

Browse files
author
Matthew Barnett
committed
Updated to Unicode 15.1.0.
1 parent bc73ebb commit fba846d

File tree

8 files changed

+3989
-3246
lines changed

8 files changed

+3989
-3246
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
PYTHON_VER: '3.10' # Python to run test/cibuildwheel
12-
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-*
12+
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
1313
CIBW_TEST_COMMAND: python -m unittest regex.test_regex
1414

1515
jobs:
@@ -85,7 +85,7 @@ jobs:
8585
# manylinux2014 >=19.3 3.7.8+, 3.8.4+, 3.9.0+ 2.17 (2012-12-25)
8686
# manylinux_x_y >=20.3 3.8.10+, 3.9.5+, 3.10.0+ x.y
8787
# manylinux2010 images EOL on 2022-08-01, it doesn't support cp311.
88-
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
88+
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
8989
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
9090
CIBW_ARCHS_LINUX: x86_64
9191

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The regex module releases the GIL during matching on instances of the built-in (
2626
Unicode
2727
-------
2828

29-
This module supports Unicode 15.0.0. Full Unicode case-folding is supported.
29+
This module supports Unicode 15.1.0. Full Unicode case-folding is supported.
3030

3131
Flags
3232
-----

docs/Features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h1>Multithreading</h1>
385385
</div>
386386
<div class="section" id="unicode">
387387
<h1>Unicode</h1>
388-
<p>This module supports Unicode 15.0.0. Full Unicode case-folding is supported.</p>
388+
<p>This module supports Unicode 15.1.0. Full Unicode case-folding is supported.</p>
389389
</div>
390390
<div class="section" id="flags">
391391
<h1>Flags</h1>

0 commit comments

Comments
 (0)
0