Skip to content

Commit

Permalink
Adjust tox text matrix
Browse files Browse the repository at this point in the history
The test runs for python 3.7 and 3.8 started failing due to some type hinting
in the bugjira source, and since we don't intend to support those pythons we
can disable these older test environments.
  • Loading branch information
eggmaster committed Sep 18, 2023
1 parent 9545bc9 commit 19803da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310,311}
py{310,311}
flake8

[testenv]
Expand Down

0 comments on commit 19803da

Please sign in to comment.