Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki committed Nov 25, 2024
1 parent ecb90b5 commit c738cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
# Start ssh-agent but set it to use the same ssh_auth_sock value.
# The agent will be running in all steps after this, so it
# should be one of the first.
- name: Set up Python 3.10
- name: Set up Python 3.8
uses: actions/setup-python@master
with:
python-version: 3.10
python-version: 3.8
- name: Install
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from setuptools import setup, find_packages
PACKAGE_NAME = 'dsgp4'
MINIMUM_PYTHON_VERSION = 3, 10
MINIMUM_PYTHON_VERSION = 3, 8

with open('README.md', 'r') as f:
long_description = f.read()
Expand Down

0 comments on commit c738cf8

Please sign in to comment.