Skip to content

Commit

Permalink
consolidate versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tslight committed Jan 18, 2024
1 parent 57b0e54 commit dee7bc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8.x' # see setup.py
python-version: '3.8' # see setup.py
- name: Install Pandoc
run: sudo apt-get install -y pandoc
- name: Install some test/lint context with pip
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif

install: clean
pip install --upgrade pip
pip install --editable . -vv
pip install --editable .
pip install jupyter nbconvert

format:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"requests==2.31.0",
"wheel",
],
python_requires="==3.8.*,==3.9.*",
python_requires="==3.8,==3.9",
)

0 comments on commit dee7bc8

Please sign in to comment.