Skip to content

Commit

Permalink
Removing py27 and adding py312
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Feb 14, 2024
1 parent e16a003 commit ac1ae5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
@@ -1,18 +1,19 @@
[tox]
envlist = py27,py37,py38,py39,py310,py311
envlist = py37,py38,py39,py310,py311,py312

[gh-actions]
python =
2.7: py27
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
deps =
coverage
setuptools
commands =
- python -V
coverage run -m pyplink.tests

0 comments on commit ac1ae5e

Please sign in to comment.