diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58eda88..b567dff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,13 @@ jobs: strategy: matrix: os: [ubuntu-20.04, macos-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] # https://bugs.python.org/issue43749 exclude: + - os: windows-latest + python-version: 3.6 + - os: windows-latest + python-version: 3.7 - os: windows-latest python-version: 3.8 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4065b54..c8d98cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,11 +34,6 @@ Changed - `PR #33 `_: Fix missing parent directory entry link on lazy-load by `@zurcher `_ / `@Microsoft `_ - `PR #33 `_: Do not re-populate directory structure from disk on pending entry change by `@zurcher `_ / `@Microsoft `_ -Removed -~~~~~~~ - -* `PR #36 `_: Drop Python 3.7 support by `@zurcher `_ / `@Microsoft `_ - 1.0.5_ - 2022-04-16 -------------------