Skip to content

Commit 55102a1

Browse files
Remove Python 3.10
1 parent 95fa214 commit 55102a1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [ "3.10", "3.11", "3.12" ]
14+
python-version: [ "3.11", "3.12", "3.13" ]
1515

1616
steps:
1717
- uses: actions/checkout@v2

ruff.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
line-length = 100
2+
3+
[format]
4+
quote-style = "double"
5+
indent-style = "space"

0 commit comments

Comments
 (0)