File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 7070 echo 'net.ipv4.ping_group_range = 0 2147483647' | sudo tee -a /etc/sysctl.conf
7171 sudo sysctl -p
7272 - name : Setup Python
73- uses : actions/setup-python@v4
73+ uses : actions/setup-python@v5
7474 with :
7575 python-version : ${{ matrix.python }}
7676 allow-prereleases : true
9999 echo 'net.ipv4.ping_group_range = 0 2147483647' | sudo tee -a /etc/sysctl.conf
100100 sudo sysctl -p
101101 - name : Setup Python
102- uses : actions/setup-python@v4
102+ uses : actions/setup-python@v5
103103 with :
104104 python-version : 3.x
105105 - name : Install tox
@@ -133,7 +133,7 @@ jobs:
133133 steps :
134134 - uses : actions/checkout@v4
135135 - name : Setup Python
136- uses : actions/setup-python@v4
136+ uses : actions/setup-python@v5
137137 with :
138138 python-version : 3.x
139139 - name : Install tox
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61.2" , " setuptools_scm[toml]>=3.4.1" ]
2+ requires = [
3+ " setuptools>=77" ,
4+ " setuptools_scm[toml]>=3.4.1" ,
5+ # jaraco/skeleton#174
6+ " coherent.licensed" ,
7+ ]
38build-backend = " setuptools.build_meta"
49
510[project ]
You can’t perform that action at this time.
0 commit comments