diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-02-09 23:46:03 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-02-09 23:46:03 +0200 |
commit | 13420163f1ebcd6253f4134660c44d5f1b0fc312 (patch) | |
tree | ab9b1a5ebfb88d758f4c5f5242af34a02d201ea9 /tox.ini | |
parent | 2ecab9c836f682e807c58552185edd23301c4669 (diff) | |
download | apscheduler-13420163f1ebcd6253f4134660c44d5f1b0fc312.tar.gz |
Added classifiers for Python 3.8 to 3.10
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27, py35, py36, py37, pypy, pypy3, flake8 +envlist = py27, py35, py36, py37, py38, py39, py310, pypy, pypy3, flake8 skip_missing_interpreters = true [testenv] |