8000 Add Support Python 3.12 (#3915) · guillemap/python-telegram-bot@0e90dea · GitHub
[go: up one dir, main page]

< 8000 div class="position-relative header-wrapper js-header-wrapper "> Skip to content

Commit 0e90dea

Browse files
authored
Add Support Python 3.12 (python-telegram-bot#3915)
1 parent 39d4512 commit 0e90dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{matrix.os}}
1717
strategy:
1818
matrix:
19-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12.0-rc.1']
19+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2020
os: [ubuntu-latest, windows-latest, macos-latest]
2121
fail-fast: False
2222
steps:

0 commit comments

Comments
 (0)
0