Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit f0e9327

Browse files
chore(deps): update dependency python to 3.14
1 parent ffa3510 commit f0e9327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.13"
13+
python-version: "3.14"
1414
- run: pip install black
1515
- run: black --check --diff .
1616

@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424
- run: pip install pylama setuptools
2525
- run: pylama packethardware setup.py
2626

0 commit comments

Comments
 (0)