From 4b291f51af7a6fb29518d17ad2313b3b83124493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Thu, 19 Sep 2024 22:41:31 -0700 Subject: [PATCH 1/5] enable Python 3.13 testing --- .github/workflows/install-lint-test-on-mac.yml | 2 +- .github/workflows/install-lint-test-on-ubuntu.yml | 2 +- .github/workflows/install-lint-test-on-win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install-lint-test-on-mac.yml b/.github/workflows/install-lint-test-on-mac.yml index 784ceee91..6ee373156 100644 --- a/.github/workflows/install-lint-test-on-mac.yml +++ b/.github/workflows/install-lint-test-on-mac.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - # - 3.13.0-beta.4 + - 3.13.0-rc.2 steps: - name: Checkout Repo diff --git a/.github/workflows/install-lint-test-on-ubuntu.yml b/.github/workflows/install-lint-test-on-ubuntu.yml index 7b2ba3b0e..43a94ca53 100644 --- a/.github/workflows/install-lint-test-on-ubuntu.yml +++ b/.github/workflows/install-lint-test-on-ubuntu.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - # - 3.13.0-beta.4 + - 3.13.0-rc.2 steps: - name: Checkout Repo diff --git a/.github/workflows/install-lint-test-on-win.yml b/.github/workflows/install-lint-test-on-win.yml index 023b46cd6..3ebfb6fac 100644 --- a/.github/workflows/install-lint-test-on-win.yml +++ b/.github/workflows/install-lint-test-on-win.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - - 3.13.0-beta.4 + - 3.13.0-rc.2 steps: - name: Checkout Repo From 1f761835be085d231725d367b7f2fc663c34abbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Sun, 6 Oct 2024 11:13:10 -0700 Subject: [PATCH 2/5] update Python 3.13 version for testing --- .github/workflows/install-lint-test-on-mac.yml | 2 +- .github/workflows/install-lint-test-on-ubuntu.yml | 2 +- .github/workflows/install-lint-test-on-win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install-lint-test-on-mac.yml b/.github/workflows/install-lint-test-on-mac.yml index 784ceee91..ee50f9d6a 100644 --- a/.github/workflows/install-lint-test-on-mac.yml +++ b/.github/workflows/install-lint-test-on-mac.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - # - 3.13.0-beta.4 + - 3.13.0-rc.3 steps: - name: Checkout Repo diff --git a/.github/workflows/install-lint-test-on-ubuntu.yml b/.github/workflows/install-lint-test-on-ubuntu.yml index 7b2ba3b0e..0f5e16030 100644 --- a/.github/workflows/install-lint-test-on-ubuntu.yml +++ b/.github/workflows/install-lint-test-on-ubuntu.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - # - 3.13.0-beta.4 + - 3.13.0-rc.3 steps: - name: Checkout Repo diff --git a/.github/workflows/install-lint-test-on-win.yml b/.github/workflows/install-lint-test-on-win.yml index 023b46cd6..2982a5ed2 100644 --- a/.github/workflows/install-lint-test-on-win.yml +++ b/.github/workflows/install-lint-test-on-win.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - - 3.13.0-beta.4 + - 3.13.0-rc.3 steps: - name: Checkout Repo From 4ff94e61f4dbad270ef2fdee28184f1f40159bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Tue, 8 Oct 2024 22:22:18 -0700 Subject: [PATCH 3/5] enable Python 3.13 testing --- .github/workflows/install-lint-test-on-mac.yml | 2 +- .github/workflows/install-lint-test-on-ubuntu.yml | 2 +- .github/workflows/install-lint-test-on-win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install-lint-test-on-mac.yml b/.github/workflows/install-lint-test-on-mac.yml index ee50f9d6a..fa46e878b 100644 --- a/.github/workflows/install-lint-test-on-mac.yml +++ b/.github/workflows/install-lint-test-on-mac.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - - 3.13.0-rc.3 + - 3.13 steps: - name: Checkout Repo diff --git a/.github/workflows/install-lint-test-on-ubuntu.yml b/.github/workflows/install-lint-test-on-ubuntu.yml index 0f5e16030..aa6b352bb 100644 --- a/.github/workflows/install-lint-test-on-ubuntu.yml +++ b/.github/workflows/install-lint-test-on-ubuntu.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - - 3.13.0-rc.3 + - 3.13 steps: - name: Checkout Repo diff --git a/.github/workflows/install-lint-test-on-win.yml b/.github/workflows/install-lint-test-on-win.yml index 2982a5ed2..2dd54f2aa 100644 --- a/.github/workflows/install-lint-test-on-win.yml +++ b/.github/workflows/install-lint-test-on-win.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - - 3.13.0-rc.3 + - 3.13 steps: - name: Checkout Repo From 7755140e6005a916acd69bc1f2caaeaead643d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Wed, 9 Oct 2024 16:37:44 -0700 Subject: [PATCH 4/5] temporarily disable Python 3.13 testing on Mac --- .github/workflows/install-lint-test-on-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-lint-test-on-mac.yml b/.github/workflows/install-lint-test-on-mac.yml index fa46e878b..515a447b9 100644 --- a/.github/workflows/install-lint-test-on-mac.yml +++ b/.github/workflows/install-lint-test-on-mac.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - - 3.13 + # - 3.13 steps: - name: Checkout Repo From c56386339420c18bcf6e12eb4d6d1fc9102ca046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Wed, 9 Oct 2024 16:40:38 -0700 Subject: [PATCH 5/5] temporarily disable Python 3.13 testing on Ubuntu --- .github/workflows/install-lint-test-on-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-lint-test-on-ubuntu.yml b/.github/workflows/install-lint-test-on-ubuntu.yml index aa6b352bb..880056400 100644 --- a/.github/workflows/install-lint-test-on-ubuntu.yml +++ b/.github/workflows/install-lint-test-on-ubuntu.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - - 3.13 + # - 3.13 steps: - name: Checkout Repo