Skip to content

Commit 3eb603e

Browse files
authored
Merge pull request #105 from G-Research/104-python-313-support
Python 3.13 support
2 parents 034e3f6 + 670f4c0 commit 3eb603e

File tree

11 files changed

+60
-172
lines changed

11 files changed

+60
-172
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ on:
1313
env:
1414
# Give nice tracebacks on segfaults.
1515
PYTHONFAULTHANDLER: "true"
16-
MATURIN_VERSION: "1.2.0"
16+
MATURIN_VERSION: "1.7.0"
1717

1818

1919
jobs:
2020
tests:
2121
name: "${{ matrix.os }}: Python ${{ matrix.python-version }}"
2222
strategy:
2323
matrix:
24-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
25-
os: ["ubuntu-20.04", "macos-11", "windows-latest"]
24+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
25+
os: ["ubuntu-20.04", "macos-12", "windows-latest"]
2626

2727
env:
2828
MATURIN_EXTRA: ""
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
strategy:
8181
matrix:
82-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
82+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
8383
steps:
8484
- uses: actions/checkout@v4
8585
- uses: actions/setup-python@v5
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# 0.22.1
4+
5+
* Added support for Python 3.13.
6+
* Dropped support for Python 3.8.
7+
38
## 0.22.0
49

510
* The GIL is released when using a `bytes` haystack with `BytesAhoCorasick`. Thanks to Isaac Garzón.

Cargo.lock

+44-161
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)