Skip to content

Commit

Permalink
Merge pull request #77 from packethost/python-v12-v13
Browse files Browse the repository at this point in the history
Add python 12 and 13
  • Loading branch information
ofaurax authored Nov 4, 2024
2 parents 2a91946 + 191cb47 commit c3363b0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.13"
- run: pip install black
- run: black --check --diff .

Expand All @@ -20,8 +20,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install pylama
python-version: "3.13"
- run: pip install pylama setuptools
- run: pylama packethardware setup.py

cli-test:
Expand All @@ -33,6 +33,8 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os-version:
- ubuntu-20.04
- ubuntu-22.04
Expand Down

0 comments on commit c3363b0

Please sign in to comment.