@@ -15,22 +15,22 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 include :
18- - { python: "3.7", postgres: "11" }
1918 - { python: "3.8", postgres: "12" }
2019 - { python: "3.9", postgres: "13" }
2120 - { python: "3.10", postgres: "14" }
2221 - { python: "3.11", postgres: "15" }
2322 - { python: "3.12", postgres: "16" }
2423 - { python: "3.13", postgres: "17" }
24+ - { python: "3.14", postgres: "18" }
2525
2626 # Opposite extremes of the supported Py/PG range, other architecture
27- - { python: "3.7 ", postgres: "17 ", architecture: "x86" }
28- - { python: "3.8 ", postgres: "16 ", architecture: "x86" }
29- - { python: "3.9 ", postgres: "15 ", architecture: "x86" }
30- - { python: "3.10 ", postgres: "14 ", architecture: "x86" }
31- - { python: "3.11 ", postgres: "13 ", architecture: "x86" }
32- - { python: "3.12 ", postgres: "12 ", architecture: "x86" }
33- - { python: "3.13 ", postgres: "11 ", architecture: "x86" }
27+ - { python: "3.8 ", postgres: "18 ", architecture: "x86" }
28+ - { python: "3.9 ", postgres: "17 ", architecture: "x86" }
29+ - { python: "3.10 ", postgres: "16 ", architecture: "x86" }
30+ - { python: "3.11 ", postgres: "15 ", architecture: "x86" }
31+ - { python: "3.12 ", postgres: "14 ", architecture: "x86" }
32+ - { python: "3.13 ", postgres: "13 ", architecture: "x86" }
33+ - { python: "3.14 ", postgres: "12 ", architecture: "x86" }
3434
3535 env :
3636 PYGRESQL_DB : test
@@ -55,11 +55,11 @@ jobs:
5555
5656 steps :
5757 - name : Check out repository
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v6
5959 - name : Install tox
6060 run : pip install tox
6161 - name : Setup Python
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : ${{ matrix.python }}
6565 - name : Run tests
0 commit comments