Skip to content

Commit d504598

Browse files
committed
ci: test against final Python 3.13
1 parent ff23ab3 commit d504598

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
pull_request:
99

1010
jobs:
11-
tests:
12-
name: Unit tests run
11+
linux:
1312
runs-on: ubuntu-latest
1413
if: true
1514

@@ -22,15 +21,15 @@ jobs:
2221
- {python: "3.10", postgres: "14"}
2322
- {python: "3.11", postgres: "15"}
2423
- {python: "3.12", postgres: "16"}
25-
- {python: "3.13-dev", postgres: "17"}
24+
- {python: "3.13", postgres: "17"}
2625

2726
# Opposite extremes of the supported Py/PG range, other architecture
2827
- {python: "3.8", postgres: "17", architecture: "x86"}
2928
- {python: "3.9", postgres: "16", architecture: "x86"}
3029
- {python: "3.10", postgres: "15", architecture: "x86"}
3130
- {python: "3.11", postgres: "14", architecture: "x86"}
3231
- {python: "3.12", postgres: "13", architecture: "x86"}
33-
- {python: "3.13-dev", postgres: "12", architecture: "x86"}
32+
- {python: "3.13", postgres: "12", architecture: "x86"}
3433

3534
env:
3635
PSYCOPG2_TESTDB: postgres

0 commit comments

Comments
 (0)