1
0
Fork 0

running test on python3.12

This commit is contained in:
laixintao 2023-10-07 18:29:31 +08:00
parent a8e34be151
commit c356aa6aed
No known key found for this signature in database
GPG Key ID: 4E7314AC219D7FE4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
services:
postgres:

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, py311
envlist = py37, py38, py39, py310, py311, py312
[testenv]
deps = pytest>=2.7.0,<=3.0.7
mock>=1.0.1