Skip to content

Commit b227f70

Browse files
authored
Add py3.13, set pylint version (#471)
1 parent 5192948 commit b227f70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- "3.10"
1616
- "3.11"
1717
- "3.12"
18+
- "3.13"
1819
test-suite:
1920
- cli
2021
- client
@@ -37,6 +38,10 @@ jobs:
3738
steps:
3839
- name: Check out repository code
3940
uses: actions/checkout@v4
41+
- name: Set up Python 3.10
42+
with:
43+
python-version: "3.10"
44+
uses: actions/setup-python@v5
4045
- name: Set up Python 3.10
4146
uses: actions/setup-python@v5
4247
with:

0 commit comments

Comments
 (0)