Skip to content

Commit

Permalink
Drop support for older Python versions that do not support type hints
Browse files Browse the repository at this point in the history
Update the traditional unit testing for isolation of previous problems.
  • Loading branch information
laracroft37 committed Sep 27, 2024
1 parent 8d847b5 commit 1cd1cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, 3.10.9, 3.11, 3.12]
python-version: [3.10.9, 3.11, 3.12]
avocado-version: ["103.0"]
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all:
@echo

check:
$(COVERAGE) run --source=avocado_i2n -m unittest discover -v selftests
$(COVERAGE) run --source=avocado_i2n -m unittest discover -v selftests/isolation

install:
$(PYTHON) setup.py install --root $(DESTDIR)
Expand Down

0 comments on commit 1cd1cc2

Please sign in to comment.