Skip to content

Commit 52ca4f0

Browse files
committed
Run tests only for python 3.8 and higher
1 parent 8d0842f commit 52ca4f0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
19-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
19+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2020

2121
steps:
2222
- uses: actions/checkout@v5

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ To install the module use
1717

1818
This module package requires at least Python 3.6, a corresponding version of
1919
libffi and the native iconv library.
20+
It is only tested with Python 3.8 and higher though.
2021

2122
Module iconv
2223
------------

0 commit comments

Comments
 (0)