We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f5998 commit 32b2d35Copy full SHA for 32b2d35
.github/workflows/run-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Run the test suite
20
strategy:
21
matrix:
22
- python-version: [3.9, 3.13] # no particular need for in-between versions
+ python-version: ["3.10", 3.13] # no particular need for in-between versions
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
ruff.toml
@@ -1,6 +1,6 @@
1
indent-width = 4
2
line-length = 99
3
-target-version = "py39"
+target-version = "py310"
4
5
[lint]
6
select = [
0 commit comments