Skip to content

Commit 1728815

Browse files
committed
minimal version of python : 3.10
1 parent e7d138d commit 1728815

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# os: [ubuntu-latest, macos-latest, windows-latest]
1313
os: [ubuntu-latest, windows-latest]
14-
python_version: [3.7, 3.8, 3.9, '3.10']
14+
python_version: ['3.10']
1515
name: Run py eddy tracker build tests
1616
runs-on: ${{ matrix.os }}
1717
defaults:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pyEddyTracker",
13-
python_requires=">=3.7",
13+
python_requires=">=3.10",
1414
version=versioneer.get_version(),
1515
cmdclass=versioneer.get_cmdclass(),
1616
description="Py-Eddy-Tracker libraries",

0 commit comments

Comments
 (0)