Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down