Skip to content

Commit a46ce8e

Browse 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

File tree

20 files changed

+406
-307
lines changed

20 files changed

+406
-307
lines changed

.github/workflows/ci.yaml

Lines 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

Lines 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)