Skip to content

Conversation

@edgarrmondragon
Copy link
Contributor

No description provided.

Copy link
Member

@sirosen sirosen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!
I need to add 3.14 to a bunch of my projects; every bit of help counts. ❤️

@pytest.mark.skipif(
platform.system() == "Windows",
reason="time.tzset() is not available on Windows",
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢 I should probably go back over the test to figure out a compatible way of setting the timezone. But this will do for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, FWIW I noticed this on main (e.g. https://github.com/python-jsonschema/check-jsonschema/actions/runs/19238976727/job/54996498981) and thought it was a good idea to handle it in this PR.

I don't know of any good alternatives for monkeypatching the timezone, unfortunately 😕.

@sirosen sirosen merged commit 1727129 into python-jsonschema:main Nov 10, 2025
27 checks passed
@edgarrmondragon edgarrmondragon deleted the py314 branch November 11, 2025 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants