Skip to content

Commit f1feae5

Browse files
committed
fix ci
1 parent 90451b8 commit f1feae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- uses: actions/checkout@v4
126126
- uses: actions/setup-python@v5
127127
with:
128-
python-version: 3.x
128+
python-version: '3.10'
129129
- name: Build wheels
130130
uses: PyO3/maturin-action@v1
131131
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "q-analysis"
77
version = "0.1.0"
88
description = "A package for Q-analysis of complex networks"
99
readme = "README.MD"
10-
requires-python = "<=3.10"
10+
requires-python = ">=3.8, <=3.10"
1111
authors = [
1212
{name = "Nikita Smirnov"}
1313
]

0 commit comments

Comments
 (0)