3 Commits

Author SHA1 Message Date
jessicamack
de86b93690
AAP-59874: Update to Python 3.12 (#16208)
* update to Python 3.12

* remove use of utcnow

* switch to timezone.utc

datetime.UTC is an alias of datetime.timezone.utc. if we're doing the double import for datetime it's more straightforward to just import timezone as well and get it directly

* debug python env version issue

* change python version

* pin to SHA and remove debug portion
2026-01-07 11:57:24 -05:00
Don Naro
dd00bbba42
separate tox calls in readthedocs config (#14673) 2023-12-06 17:17:12 +00:00
Don Naro
5733f78fd8
Add readthedocs configuration (#14413) 2023-09-05 15:07:32 -06:00