We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90451b8 commit f1feae5Copy full SHA for f1feae5
.github/workflows/CI.yml
@@ -125,7 +125,7 @@ jobs:
125
- uses: actions/checkout@v4
126
- uses: actions/setup-python@v5
127
with:
128
- python-version: 3.x
+ python-version: '3.10'
129
- name: Build wheels
130
uses: PyO3/maturin-action@v1
131
pyproject.toml
@@ -7,7 +7,7 @@ name = "q-analysis"
7
version = "0.1.0"
8
description = "A package for Q-analysis of complex networks"
9
readme = "README.MD"
10
-requires-python = "<=3.10"
+requires-python = ">=3.8, <=3.10"
11
authors = [
12
{name = "Nikita Smirnov"}
13
]
0 commit comments