From 9cc75d6c2dff5dd043e81ff770ca2ab336f87a2b Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Thu, 4 May 2023 21:29:16 +0100 Subject: [PATCH 1/3] Adding RangeRef back to range --- schema/iiif_3_0.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/iiif_3_0.json b/schema/iiif_3_0.json index ea1bad9..10fe51a 100644 --- a/schema/iiif_3_0.json +++ b/schema/iiif_3_0.json @@ -1122,6 +1122,7 @@ ] }, { "$ref": "#/classes/range" }, + { "$ref": "#/classes/canvasRef" }, { "$ref": "#/classes/canvasRef" } ] } From e0c70ae1388dedd99700fdd334772a69dfa2b10b Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Thu, 4 May 2023 21:41:10 +0100 Subject: [PATCH 2/3] Dropping 3.7 support as rpds-py requires 3.8 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2fa01d..390efae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8', '3.9' ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] name: Python ${{ matrix.python-version }} sample steps: - uses: actions/checkout@v2 From 7ad17917d7b58c701ebe3b81620242152f5736e9 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Thu, 4 May 2023 21:48:43 +0100 Subject: [PATCH 3/3] Fixing setup.py so tests build --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 371d664..89572a9 100644 --- a/setup.py +++ b/setup.py @@ -28,13 +28,15 @@ def run(self): name='iiif-presentation-validator', version='0.0.3', scripts=['iiif-presentation-validator.py'], + packages=['schema'], classifiers=["Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia :: Graphics :: Graphics Conversion", "Topic :: Software Development :: "