Skip to content

Commit aaf16bd

Browse files
committed
Limit testing to 3.10 up (#279)
1 parent ba5356c commit aaf16bd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.10", "3.11", "3.12"]
1616

1717
steps:
1818
- name: Checkout code

test/test_modules.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
import pytest
99

10-
if sys.version_info < (3, 10):
11-
pytest.skip("Skipping MkDocs-Test tests: Python 3.10+ required.")
12-
1310

1411

1512
from .fixture import MacrosDocProject

0 commit comments

Comments
 (0)