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 ea3cb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
python: ['3.10', '3.11']
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand Down
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 ea3cb5a

Please sign in to comment.