Skip to content

Commit

Permalink
minimal version of python : 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AntSimi committed May 4, 2023
1 parent e7d138d commit 1728815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python_version: [3.7, 3.8, 3.9, '3.10']
python_version: ['3.10']
name: Run py eddy tracker build tests
runs-on: ${{ matrix.os }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pyEddyTracker",
python_requires=">=3.7",
python_requires=">=3.10",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description="Py-Eddy-Tracker libraries",
Expand Down

0 comments on commit 1728815

Please sign in to comment.