Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a46ce8e

Browse filesBrowse files
authored
Mark version 3.13.0 (#5495)
* bump to 3.13.1 * fix some tests * strip left whitespace from doc * remove specific difflib test that was causing issues * fix test_enum Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
1 parent 6e35e20 commit a46ce8e
Copy full SHA for a46ce8e

20 files changed

+406
-307
lines changed

‎.github/workflows/ci.yaml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ env:
105105
test_weakref
106106
test_yield_from
107107
# Python version targeted by the CI.
108-
PYTHON_VERSION: "3.12.3"
108+
PYTHON_VERSION: "3.13.1"
109109

110110
jobs:
111111
rust_tests:

‎.github/workflows/cron-ci.yaml

Copy file name to clipboardExpand all lines: .github/workflows/cron-ci.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Periodic checks/tasks
77

88
env:
99
CARGO_ARGS: --no-default-features --features stdlib,zlib,importlib,encodings,ssl,jit
10-
PYTHON_VERSION: "3.12.0"
10+
PYTHON_VERSION: "3.13.1"
1111

1212
jobs:
1313
# codecov collects code coverage data from the rust tests, python snippets and python test suite.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.