diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-10-08 08:14:54 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-09 09:27:33 +0200 |
| commit | 2e3bc59fd3760de87952ec8fd6cd3694e8d9dc1c (patch) | |
| tree | 62b10f7bebaa751bf7a9e41568002665f20f750b /tox.ini | |
| parent | f07eeff3a2d7ff0955410bf7e3f1ff197ef1ecf7 (diff) | |
Refs #34900 -- Doc'd Python 3.13 compatibility.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ setenv = PYTHONDONTWRITEBYTECODE=1 deps = -e . - py{3,310,311,312,py3}: -rtests/requirements/py3.txt + py{3,310,311,312,313,py3}: -rtests/requirements/py3.txt postgres: -rtests/requirements/postgres.txt mysql: -rtests/requirements/mysql.txt oracle: -rtests/requirements/oracle.txt |
