Skip to content

Commit 4bf5693

Browse files
committed
Disable test pipeline for python 3.8
The current license metadata syntax is not supported in 3.8 and leads to errors in the pipeline.
1 parent a5be9ed commit 4bf5693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
19+
python-version: ['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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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.
20+
It is only tested with Python 3.9 and higher.
2121

2222
Module iconv
2323
------------

0 commit comments

Comments
 (0)