File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments