File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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#
66name : CI
77
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 :
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 :
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 :
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=42" , " wheel" , " maturin==1.8.4 " ]
2+ requires = [" setuptools>=42" , " wheel" , " maturin==1.8.7 " ]
33build-backend = " maturin"
44
55[project ]
66name = " q-analysis"
77version = " 0.1.0"
88description = " 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 "
1111authors = [
1212 {name = " Nikita Smirnov" }
1313]
You can’t perform that action at this time.
0 commit comments