Skip to content

Commit

Permalink
Add py3.13, set pylint version (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Sigopt authored Jan 15, 2025
1 parent 5192948 commit b227f70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
test-suite:
- cli
- client
Expand All @@ -37,6 +38,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Python 3.10
with:
python-version: "3.10"
uses: actions/setup-python@v5
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit b227f70

Please sign in to comment.