We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d28db3e + f2e3c09 commit 44d76ebCopy full SHA for 44d76eb
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v1
12
- uses: actions/setup-python@v2
13
with:
14
- python-version: '3.9'
+ python-version: '3.10'
15
- name: Configure Python
16
run: |
17
python3 -m venv python
setup.py
@@ -41,5 +41,6 @@ def get_version():
41
'pyucis>=0.1.4',
42
'toposort'
43
],
44
+ python_requires='>=3.10',
45
)
46
0 commit comments