File tree Expand file tree Collapse file tree 5 files changed +278
-292
lines changed
Expand file tree Collapse file tree 5 files changed +278
-292
lines changed Original file line number Diff line number Diff line change 11name : Publish Python distribution to PyPI
22
3+ permissions :
4+ contents : read
5+
36on :
47 release :
58 types : [published]
@@ -10,11 +13,11 @@ jobs:
1013 runs-on : ubuntu-latest
1114
1215 steps :
13- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1417 - name : Set up Python
15- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v6
1619 with :
17- python-version : " 3.8 "
20+ python-version : " 3.13.0 "
1821 - name : Install pypa/build
1922 run : >-
2023 python3 -m
Original file line number Diff line number Diff line change 11name : Publish Python distribution to TestPyPI
22
3+ permissions :
4+ contents : read
5+
36on :
47 push :
58 branches :
@@ -11,11 +14,11 @@ jobs:
1114 runs-on : ubuntu-latest
1215
1316 steps :
14- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1518 - name : Set up Python
16- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v6
1720 with :
18- python-version : " 3.8 "
21+ python-version : " 3.13.0 "
1922 - name : Install pypa/build
2023 run : >-
2124 python3 -m
Original file line number Diff line number Diff line change 33
44name : Quality checkup
55
6+ permissions :
7+ contents : read
8+
69on :
710 push :
811 branches : [ master ]
@@ -12,11 +15,11 @@ jobs:
1215 name : Setup Python, install dependencies, run linter and tests
1316 runs-on : ubuntu-latest
1417 steps :
15- - uses : actions/checkout@v4
16- - name : Set up Python 3.8
17- uses : actions/setup-python@v4
18+ - uses : actions/checkout@v5
19+ - name : Set up Python 3.13.0
20+ uses : actions/setup-python@v6
1821 with :
19- python-version : " 3.8 "
22+ python-version : " 3.13.0 "
2023 - name : Install dependencies
2124 run : |
2225 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ verify_ssl = true
44name = " pypi"
55
66[packages ]
7- websocket-client = " ==1.8 .0"
8- urllib3 = " ==2.2.3 "
7+ websocket-client = " ==1.9 .0"
8+ urllib3 = " ==2.6.2 "
99loguru = " ==0.7.3"
1010idna = " ==3.10"
1111anyio = " ==4.5.2"
12- certifi = " ==2024.12.14 "
13- exceptiongroup = " ==1.2.2 "
14- h11 = " ==0.14 .0"
15- h2 = " ==4.1 .0"
16- hpack = " ==4.0 .0"
17- httpcore = " ==1.0.7 "
18- hyperframe = " ==6.0.1 "
12+ certifi = " ==2025.11.12 "
13+ exceptiongroup = " ==1.3.1 "
14+ h11 = " ==0.16 .0"
15+ h2 = " ==4.2 .0"
16+ hpack = " ==4.1 .0"
17+ httpcore = " ==1.0.9 "
18+ hyperframe = " ==6.1.0 "
1919sniffio = " ==1.3.1"
2020typing-extensions = " ==4.12.2"
2121httpx = {extras = [" http2" ], version = " ==0.28.1" }
@@ -28,4 +28,4 @@ pytest = "7.4.3"
2828pdoc3 = " 0.10.0"
2929
3030[requires ]
31- python_version = " 3.8 "
31+ python_version = " 3.13.0 "
You can’t perform that action at this time.
0 commit comments