Skip to content

Commit 222aea8

Browse files
author
James (ODSC)
authored
Merge pull request #6 from OpenDataServices/2023update
python: 3.7+ only
2 parents fbfaef2 + 4b8c1c5 commit 222aea8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: [3.5, 3.6, 3.7, 3.8]
9+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-python@v1

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## Changed
910

11+
Python support is now 3.7+ only
1012

1113
## [0.2.0] - 2017-11-??
1214

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
license='BSD',
99
packages=['json_merge_patch'],
1010
include_package_data=True,
11+
python_requires=">=3.7",
1112
url='https://github.com/open-contracting/json-merge-patch'
1213
)

0 commit comments

Comments
 (0)