8000 Test with Python 3.12 and Postgres 16 on GitHub · PyGreSQL/PyGreSQL@e73f4ae · GitHub
[go: up one dir, main page]

Skip to content

Commit e73f4ae

Browse files
committed
Test with Python 3.12 and Postgres 16 on GitHub
1 parent 439cbdd commit e73f4ae

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ jobs:
2020
- { python: "3.9", postgres: "13" }
2121
- { python: "3.10", postgres: "14" }
2222
- { python: "3.11", postgres: "15" }
23+
- { python: "3.12", postgres: "16" }
2324

2425
# Opposite extremes of the supported Py/PG range, other architecture
25-
- { python: "3.7", postgres: "15", architecture: "x86" }
26-
- { python: "3.8", postgres: "14", architecture: "x86" }
27-
- { python: "3.9", postgres: "13", architecture: "x86" }
28-
- { python: "3.10", postgres: "12", architecture: "x86" }
29-
- { python: "3.11", postgres: "11", architecture: "x86" }
26+
- { python: "3.7", postgres: "16", architecture: "x86" }
27+
- { python: "3.8", postgres: "15", architecture: "x86" }
28+
- { python: "3.9", postgres: "14", architecture: "x86" }
29+
- { python: "3.10", postgres: "13", architecture: "x86" }
30+
- { python: "3.11", postgres: "12", architecture: "x86" }
31+
- { python: "3.12", postgres: "11", architecture: "x86" }
3032

3133
env:
3234
PYGRESQL_DB: test

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = py3{7,8,9,10,11,12},ruff,mypy,cformat,docs
55

66
[testenv:ruff]
77
basepython = python3.11
8-
deps = ruff>=0.0.287
8+
deps = ruff>=0.0.292
99
commands =
1010
ruff setup.py pg pgdb tests
1111

@@ -33,8 +33,8 @@ commands =
3333
basepython = python3.11
3434
deps =
3535
setuptools>=68
36-
wheel>=0.41
37-
build>=0.10
36+
wheel>=0.41,<1
37+
build>=1,<2
3838
commands =
3939
python -m build -s -n -C strict -C memory-size
4040

0 commit comments

Comments
 (0)
0