Commit 22e016d
Merge #859
859: Add testing for Python 3.12 r=curquiza a=sanders41
# Pull Request
Python 3.12 is scheduled for release today so this PR adds 3.12 to the test matrix. The release has not been completed yet so tests will fail until that happens. I have tested locally with the RC and all tests pass.
We also need to add 3.12 to the required tests in the GitHub settings once the release happens and this comes out of draft.
## Related issue
Fixes #<issue_number>
## What does this PR do?
- Adds Python 3.12 to the test matrix
- Adds Python 3.12 to bors
- Adds Python 3.12 to the supported version in classifiers
## PR checklist
Please check if your PR fulfills the following requirements:
- [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [ ] Have you read the contributing guidelines?
- [ ] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Paul Sanders <psanders1@gmail.com>3 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments