Skip to content

Commit

Permalink
Remove unused snapshot (#180)
Browse files Browse the repository at this point in the history
* Remove unused snapshot

* Add Python 3.13
  • Loading branch information
Shutgun authored Oct 14, 2024
1 parent e33f041 commit c2a845e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Checkout sources
uses: actions/[email protected]
Expand Down
3 changes: 0 additions & 3 deletions tests/snapshots/test_mydevolo.ambr
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# serializer version: 1
# name: test_get_full_url
'https://homecontrol.mydevolo.com/dhp/portal/fullLogin/?token=1410000000001_1:24b1516b93adebf7&X-MPRM-LB=1410000000001_1'
# ---
# name: test_get_gateway
dict({
'externalAccess': True,
Expand Down

0 comments on commit c2a845e

Please sign in to comment.