Skip to content

Commit 7f64545

Browse files
committed
Revert "feat: update Python version requirements to 3.12 in workflow and setup"
This reverts commit 30a21a4.
1 parent 30a21a4 commit 7f64545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: [3.12]
17+
python-version: [3.9]
1818
platform: [ubuntu-latest]
1919

2020
runs-on: ${{ matrix.platform }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author='Scott Black',
3131
author_email='scott.black@usu.edu',
3232
description='A python client for managing HydroShare resources',
33-
python_requires='>=3.12',
33+
python_requires='>=3.9',
3434
long_description=README,
3535
long_description_content_type="text/markdown",
3636
classifiers=[

0 commit comments

Comments
 (0)