diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e598c51..13e12f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,19 +19,20 @@ jobs: ] os: [ubuntu-latest] EXTRA: [false] # used to force includes to get included + # EXTRA runs should be either the oldest or the newest python. include: - python-version: '3.9' os: ubuntu-22.04 # oldest version on github actions EXTRA: true - - python-version: '3.13' + - python-version: '3.14' os: ubuntu-latest env: LOGLEVEL=DEBUG EXTRA: true - - python-version: '3.13' + - python-version: '3.14' os: macos-latest EXTRA: true - - python-version: '3.13' + - python-version: '3.14' os: windows-latest EXTRA: true diff --git a/CHANGELOG.md b/CHANGELOG.md index ff27f91..9cfe21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +- 0.9.38 + + deprecated support for py3.7 and py.3.8 + + added support for py3.13 and py3.14 + + fixed deprecation warning from pkg_resources + + refactored CI to use mocked remote requests + - 0.9.37 + --crawl for CCF