Skip to content

Commit 775dca6

Browse files
committed
Python 3.9+ only (and test on newer versions)
1 parent 222aea8 commit 775dca6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7, 3.8, 3.9, "3.10", "3.11"]
9+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-python@v1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
## Changed
1010

11-
Python support is now 3.7+ only
11+
Python support is now 3.9+ only
1212

1313
## [0.2.0] - 2017-11-??
1414

setup.py

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

0 commit comments

Comments
 (0)