Skip to content

Commit

Permalink
Version 3.22rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Apr 25, 2024
1 parent 82a9e91 commit 8bfeeae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci-cd.yaml
Expand Up @@ -163,6 +163,12 @@ jobs:
python-version: ['3.12', '3.11', '3.10', '3.9']
# python-version: ['3.12']
os: [macos-latest]
# Python 3.9 is not on macos-latest (macos-14-arm64) but only on macos-13
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
exclude:
- { python-version: '3.9', os: 'macos-latest' }
include:
- { python-version: '3.9', os: 'macos-13' }

env:
commitmsg: ${{ github.event.head_commit.message }} # only available at check-out; becomes env.commitmsg
Expand Down
2 changes: 1 addition & 1 deletion tests/test_storage.py
Expand Up @@ -19,10 +19,10 @@
from typing import Optional

import pytest
from handler import Snapshot

from webchanges import __docs_url__
from webchanges.config import CommandConfig
from webchanges.handler import Snapshot
from webchanges.main import Urlwatch
from webchanges.storage import (
BaseTextualFileStorage,
Expand Down

0 comments on commit 8bfeeae

Please sign in to comment.