Skip to content

Commit 0185105

Browse files
committed
Update min python to 3.8
1 parent d24b3fa commit 0185105

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: '3.7'
15+
python-version: '3.8'
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v2
4040
with:
41-
python-version: 3.7
41+
python-version: 3.8
4242
- name: Install dependencies
4343
run: |
4444
python -m pip install --upgrade pip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Segmentation based on [PyTorch](https://pytorch.org/).**
1212
[![PyPI - Downloads](https://img.shields.io/pypi/dm/segmentation-models-pytorch?style=for-the-badge&color=blue)](https://pepy.tech/project/segmentation-models-pytorch)
1313
<br>
1414
[![PyTorch - Version](https://img.shields.io/badge/PYTORCH-1.4+-red?style=for-the-badge&logo=pytorch)](https://pepy.tech/project/segmentation-models-pytorch)
15-
[![Python - Version](https://img.shields.io/badge/PYTHON-3.7+-red?style=for-the-badge&logo=python&logoColor=white)](https://pepy.tech/project/segmentation-models-pytorch)
15+
[![Python - Version](https://img.shields.io/badge/PYTHON-3.8+-red?style=for-the-badge&logo=python&logoColor=white)](https://pepy.tech/project/segmentation-models-pytorch)
1616

1717
</div>
1818

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ def run(self):
118118
"License :: OSI Approved :: MIT License",
119119
"Programming Language :: Python",
120120
"Programming Language :: Python :: 3",
121+
"Programming Language :: Python :: 3.8",
122+
"Programming Language :: Python :: 3.9",
123+
"Programming Language :: Python :: 3.10",
124+
"Programming Language :: Python :: 3.11",
125+
"Programming Language :: Python :: 3.12",
121126
"Programming Language :: Python :: Implementation :: CPython",
122127
"Programming Language :: Python :: Implementation :: PyPy",
123128
],

0 commit comments

Comments
 (0)