8000 Added Python 3.13 support · psqlpy-python/psqlpy@3ad8e9b · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ad8e9b

Browse files
committed
Added Python 3.13 support
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent 2109272 commit 3ad8e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: ${{matrix.job.os}}-${{matrix.py_version}}
5555
strategy:
5656
matrix:
57-
py_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
57+
py_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
5858
job:
5959
- os: ubuntu-latest
6060
ssl_cmd: sudo apt-get update && sudo apt-get install libssl-dev openssl

0 commit comments

Comments
 (0)
0