Skip to content

Commit b3155b2

Browse files
authored
Update Python 3.13 Test Suite to RC2 (python-telegram-bot#4471)
1 parent ec909e6 commit b3155b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{matrix.os}}
2121
strategy:
2222
matrix:
23-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
23+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.2']
2424
os: [ubuntu-latest, windows-latest, macos-latest]
2525
fail-fast: False
2626
steps:

0 commit comments

Comments
 (0)