Skip to content

Commit 3017bf0

Browse files
authored
Update Python 3.13 Test Suite to RC1 (python-telegram-bot#4415)
1 parent 374875c commit 3017bf0

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-beta.3']
23+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
2424
os: [ubuntu-latest, windows-latest, macos-latest]
2525
fail-fast: False
2626
steps:

0 commit comments

Comments
 (0)