diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-12-02 18:42:35 +0200 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-12-02 18:42:35 +0200 |
| commit | 0d4118d94964a87701b5a266f0ed816cf7fe0377 (patch) | |
| tree | e20b9f0c7cf7421949624cb906aed6c4eab491da /tox.ini | |
| parent | 1e48317df1468c2d3550d4251cb5649a407c52cc (diff) | |
| download | feedgenerator-0d4118d94964a87701b5a266f0ed816cf7fe0377.tar.gz | |
Test Python 3.12-dev
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py{3.6,3.7,3.8,3.9,3.10,3.11} +envlist = py{3.6,3.7,3.8,3.9,3.10,3.11,3.12} [testenv] basepython = @@ -9,6 +9,7 @@ basepython = py3.9: python3.9 py3.10: python3.10 py3.11: python3.11 + py3.12: python3.12 commands = {envpython} --version pytest |
