@@ -19,46 +19,46 @@ jobs:
1919 uses : ./.github/workflows/single-postgres.yml
2020 with :
2121 postgresql : 16
22- python-versions : ' ["3.10 ", "3.11 ", "3.12 ", "3.13 ", "pypy-3.10 "]'
22+ python-versions : ' ["3.11 ", "3.12 ", "3.13 ", "3.14 ", "pypy-3.11 "]'
2323 postgresql_15 :
2424 needs : [postgresql_16]
2525 uses : ./.github/workflows/single-postgres.yml
2626 with :
2727 postgresql : 15
28- python-versions : ' ["3.11 ", "3.12 ", "3.13 "]'
28+ python-versions : ' ["3.12 ", "3.13 ", "3.14 "]'
2929 postgresql_14 :
3030 needs : [postgresql_15]
3131 uses : ./.github/workflows/single-postgres.yml
3232 with :
3333 postgresql : 14
34- python-versions : ' ["3.13 "]'
34+ python-versions : ' ["3.14 "]'
3535 postgresql_13 :
3636 needs : [postgresql_14]
3737 uses : ./.github/workflows/single-postgres.yml
3838 with :
3939 postgresql : 13
40- python-versions : ' ["3.13 "]'
40+ python-versions : ' ["3.14 "]'
4141 macos_postgres_17 :
4242 needs : [postgresql_17]
4343 uses : ./.github/workflows/single-postgres.yml
4444 with :
4545 postgresql : 17
4646 os : macos-latest
47- python-versions : ' ["3.11 ", "3.12 ", "3.13 "]'
47+ python-versions : ' ["3.12 ", "3.13 ", "3.14 "]'
4848 macos_postgres_16 :
4949 needs : [postgresql_16, macos_postgres_17]
5050 uses : ./.github/workflows/single-postgres.yml
5151 with :
5252 postgresql : 16
5353 os : macos-latest
54- python-versions : ' ["3.11 ", "3.12 ", "3.13 "]'
54+ python-versions : ' ["3.12 ", "3.13 ", "3.14 "]'
5555 macos_postgres_15 :
5656 needs : [postgresql_15, macos_postgres_16]
5757 uses : ./.github/workflows/single-postgres.yml
5858 with :
5959 postgresql : 15
6060 os : macos-latest
61- python-versions : ' ["3.12 ", "3.13 "]'
61+ python-versions : ' ["3.13 ", "3.14 "]'
6262 docker_postgresql_17 :
6363 needs : [postgresql_17]
6464 uses : ./.github/workflows/dockerised-postgres.yml
@@ -69,22 +69,22 @@ jobs:
6969 uses : ./.github/workflows/dockerised-postgres.yml
7070 with :
7171 postgresql : 16
72- python-versions : ' ["3.10 ", "3.11 ", "3.12 ", "3.13 "]'
72+ python-versions : ' ["3.11 ", "3.12 ", "3.13 ", "3.14 "]'
7373 docker_postgresql_15 :
7474 needs : [postgresql_15, docker_postgresql_17]
7575 uses : ./.github/workflows/dockerised-postgres.yml
7676 with :
7777 postgresql : 15
78- python-versions : ' ["3.11 ", "3.12 ", "3.13 "]'
78+ python-versions : ' ["3.12 ", "3.13 ", "3.14 "]'
7979 docker_postgresql_14 :
8080 needs : [postgresql_14, docker_postgresql_15]
8181 uses : ./.github/workflows/dockerised-postgres.yml
8282 with :
8383 postgresql : 14
84- python-versions : ' ["3.12 ", "3.13 "]'
84+ python-versions : ' ["3.13 ", "3.14 "]'
8585 docker_postgresql_13 :
8686 needs : [postgresql_13, docker_postgresql_14]
8787 uses : ./.github/workflows/dockerised-postgres.yml
8888 with :
8989 postgresql : 13
90- python-versions : ' ["3.13 "]'
90+ python-versions : ' ["3.14 "]'
0 commit comments