Skip to content

Commit

Permalink
Merge branch 'main' into jolpica
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel authored Dec 10, 2024
2 parents 394d3b9 + 861a96c commit 5d61842
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 612 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "tap-f1",
"type": "python",
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}",
"program": "tap_f1",
Expand Down
Loading

0 comments on commit 5d61842

Please sign in to comment.