From bc6e8976d3ef5b06b59dc1d8f25ef260a0f2cc09 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 11 Oct 2024 13:34:41 -0500 Subject: [PATCH] ci(.tool-versions,.python-version): Add Python 3.13.0, bump 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 881a5131..8d47841e 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.4 3.11.6 3.10.13 3.9.18 3.8.18 3.7.17 +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 07c6ed16..ff4ec84f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ poetry 1.8.3 -python 3.12.4 3.11.6 3.10.13 3.9.18 3.8.18 3.7.17 +python 3.13.0 3.12.7 3.11.10 3.10.15 3.9.20 3.8.20 3.7.17