We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a21a4 commit 7f64545Copy full SHA for 7f64545
.github/workflows/test-on-pr.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- python-version: [3.12]
+ python-version: [3.9]
18
platform: [ubuntu-latest]
19
20
runs-on: ${{ matrix.platform }}
setup.py
@@ -30,7 +30,7 @@
30
author='Scott Black',
31
author_email='scott.black@usu.edu',
32
description='A python client for managing HydroShare resources',
33
- python_requires='>=3.12',
+ python_requires='>=3.9',
34
long_description=README,
35
long_description_content_type="text/markdown",
36
classifiers=[
0 commit comments