From a8118fe25f09447ad0de84d01cc7a111a65ba64d Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 19 Oct 2024 05:59:20 -0500 Subject: [PATCH] ci(.tool-versions,.python-version): Add Python 3.13.0, update others See also: - https://docs.python.org/3/whatsnew/3.13.html - https://docs.python.org/release/3.12.7/whatsnew/changelog.html#python-3-12-7 - https://docs.python.org/release/3.11.10/whatsnew/changelog.html#python-3-11-10 - https://docs.python.org/release/3.10.15/whatsnew/changelog.html --- .python-version | 2 +- .tool-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 5787122b2c..8d47841e36 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.4 3.11.9 3.10.14 3.9.19 3.8.19 +3.13.0 3.12.7 3.11.10 3.10.15 3.9.20 3.8.20 3.7.17 diff --git a/.tool-versions b/.tool-versions index 059ff8ff03..ff4ec84fb8 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ poetry 1.8.3 -python 3.12.4 3.11.9 3.10.14 3.9.19 3.8.19 +python 3.13.0 3.12.7 3.11.10 3.10.15 3.9.20 3.8.20 3.7.17