Skip to content

Commit de70908

Browse files
committed
update ci
1 parent 2948d4d commit de70908

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is autogenerated by maturin v1.8.7
22
# To update, run
33
#
4-
# maturin generate-ci github
4+
# maturin generate-ci github --verbose -o .github/workflows/CI.yml -m rust/Cargo.toml
55
#
66
name: CI
77

@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-python@v5
4242
with:
43-
python-version: '3.11'
43+
python-version: 3.x
4444
- name: Build wheels
4545
uses: PyO3/maturin-action@v1
4646
with:
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@v4
7272
- uses: actions/setup-python@v5
7373
with:
74-
python-version: '3.11'
74+
python-version: 3.x
7575
- name: Build wheels
7676
uses: PyO3/maturin-action@v1
7777
with:
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@v4
9999
- uses: actions/setup-python@v5
100100
with:
101-
python-version: '3.11'
101+
python-version: 3.x
102102
architecture: ${{ matrix.platform.target }}
103103
- name: Build wheels
104104
uses: PyO3/maturin-action@v1
@@ -125,7 +125,7 @@ jobs:
125125
- uses: actions/checkout@v4
126126
- uses: actions/setup-python@v5
127127
with:
128-
python-version: '3.11'
128+
python-version: 3.x
129129
- name: Build wheels
130130
uses: PyO3/maturin-action@v1
131131
with:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "maturin==1.8.4"]
2+
requires = ["setuptools>=42", "wheel", "maturin==1.8.7"]
33
build-backend = "maturin"
44

55
[project]
66
name = "q-analysis"
77
version = "0.1.0"
88
description = "A package for Q-analysis of complex networks"
9-
readme = "README.md"
10-
requires-python = ">=3.8"
9+
readme = "README.MD"
10+
requires-python = ">=3.11"
1111
authors = [
1212
{name = "Nikita Smirnov"}
1313
]

0 commit comments

Comments
 (0)