Skip to content

Commit

Permalink
Merge branch 'main' into fix-descending-into-nullable-arrays-objects
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 11, 2023
2 parents a95e254 + 1144268 commit 8e3fccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
# libcove doesn't support Windows.
# https://github.com/OpenDataServices/lib-cove/issues/53
# We also only use Linux servers, so don't test on Mac
# Need to use an older Ubuntu so Python 3.6 is available
os: [ubuntu-20.04]
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10", "3.11" ]
os: [ubuntu-22.04]
python-version: [ 3.8, 3.9, "3.10", "3.11" ]
jsonref-version: ["==0.3", ">1"]
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Descend into nullable objects and arrays. (For example, OCDS `parties/details` is nullable, and additional codes for `parties/details/scale` were unreported.)

### Removed

- Dropped support for Python 3.6 & 3.7, as these are now end of life.

## [0.31.0] - 2023-07-06

### Changed
Expand Down

0 comments on commit 8e3fccf

Please sign in to comment.