Skip to content

Commit b6f5f02

Browse files
authored
chore: polish for 0.9.38 (#63)
* chore: polish for 0.9.38 * Fixed typo
1 parent b5a32c7 commit b6f5f02

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,20 @@ jobs:
1919
]
2020
os: [ubuntu-latest]
2121
EXTRA: [false] # used to force includes to get included
22+
# EXTRA runs should be either the oldest or the newest python.
2223
include:
2324
- python-version: '3.9'
2425
os: ubuntu-22.04 # oldest version on github actions
2526
EXTRA: true
26-
- python-version: '3.13'
27+
- python-version: '3.14'
2728
os: ubuntu-latest
2829
env:
2930
LOGLEVEL=DEBUG
3031
EXTRA: true
31-
- python-version: '3.13'
32+
- python-version: '3.14'
3233
os: macos-latest
3334
EXTRA: true
34-
- python-version: '3.13'
35+
- python-version: '3.14'
3536
os: windows-latest
3637
EXTRA: true
3738

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- 0.9.38
2+
+ deprecated support for py3.7 and py.3.8
3+
+ added support for py3.13 and py3.14
4+
+ fixed deprecation warning from pkg_resources
5+
+ refactored CI to use mocked remote requests
6+
17
- 0.9.37
28
+ --crawl for CCF
39

0 commit comments

Comments
 (0)