Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ v0.2.6b1:
2024-05-11 -- fba4ad3 Testing Updates
v0.2.6:
2023-05-24 -- Use token for PyPi in Makefile
v0.2.7b1:
2025-03-01 -- https://github.com/hapi-server/client-python/issues/76
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test hapi() data read functions using repository code:
# make repository-test python=PYTHON # Test using PYTHON (e.g, python3.6)
# make repository-test PYTHON=_PYTHON_ # Test using _PYTHON_ (e.g, python3.6)
# make repository-test-all # Test on all versions in $(PYTHONVERS) var below
#
# Beta releases:
Expand Down Expand Up @@ -45,7 +45,7 @@ PYTHON=python3.8
PYTHON_VER=$(subst python,,$(PYTHON))

# Python versions to test
PYTHONVERS=python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5
PYTHONVERS=python3.13 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5

# VERSION is updated in "make version-update" step and derived
# from CHANGES.txt. Do not edit.
Expand Down
3 changes: 0 additions & 3 deletions hapiclient/test/test_hapitime_reformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ def test_hapitime_reformat():
"1989-001T00:00Z",
"1989-01-01T00:00Z",

"1989-001T00:00:00.Z",
"1989-01-01T00:00:00.Z",

"1989-01-01T00:00:00.0Z",
"1989-001T00:00:00.0Z",

Expand Down