Skip to content

Commit

Permalink
chore: Add Python 3.12 to the build matrix (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
karls authored May 24, 2024
1 parent dd531ab commit ae9c860
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
},
}
}
Loading

0 comments on commit ae9c860

Please sign in to comment.