Skip to content

Commit fee01ae

Browse files
committed
Bump version to 2.4.2
1 parent 3a895aa commit fee01ae

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
# requirements.txt.
2424
# An empty string here represents the latest version.
2525
pip-version: ['==21.2.4', '']
26+
# The minimum version should be represented in setup.py.
2627
python-version: ["3.8", "3.9", "3.10", "3.11"]
2728

2829
steps:

pip_check_reqs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.4.1'
1+
__version__ = '2.4.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _get_dependencies(requirements_file: Path) -> List[str]:
5555
'Programming Language :: Python :: 3.10',
5656
'Programming Language :: Python :: 3.11',
5757
],
58-
python_requires=">=3.6.1",
58+
python_requires=">=3.8.0",
5959
packages=['pip_check_reqs'],
6060
entry_points={
6161
'console_scripts': [

0 commit comments

Comments
 (0)