File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -104,3 +104,5 @@ v0.2.6b1:
104104 2024-05-11 -- fba4ad3 Testing Updates
105105v0.2.6:
106106 2023-05-24 -- Use token for PyPi in Makefile
107+ v0.2.7b1:
108+ 2025-03-01 -- https://github.com/hapi-server/client-python/issues/76
Original file line number Diff line number Diff line change 11# Test hapi() data read functions using repository code:
2- # make repository-test python= PYTHON # Test using PYTHON (e.g, python3.6)
2+ # make repository-test PYTHON=_PYTHON_ # Test using _PYTHON_ (e.g, python3.6)
33# make repository-test-all # Test on all versions in $(PYTHONVERS) var below
44#
55# Beta releases:
@@ -45,7 +45,7 @@ PYTHON=python3.8
4545PYTHON_VER =$(subst python,,$(PYTHON ) )
4646
4747# Python versions to test
48- PYTHONVERS =python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5
48+ PYTHONVERS =python3.13 python3. 12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5
4949
5050# VERSION is updated in "make version-update" step and derived
5151# from CHANGES.txt. Do not edit.
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ def test_hapitime_reformat():
2020 "1989-001T00:00Z" ,
2121 "1989-01-01T00:00Z" ,
2222
23- "1989-001T00:00:00.Z" ,
24- "1989-01-01T00:00:00.Z" ,
25-
2623 "1989-01-01T00:00:00.0Z" ,
2724 "1989-001T00:00:00.0Z" ,
2825
You can’t perform that action at this time.
0 commit comments