Content-Length: 1165 | pFad | http://github.com/gitpython-developers/GitPython/pull/1990.patch
thub.com
From 85d72ef55eb3ba64f5db6016198724ec45769961 Mon Sep 17 00:00:00 2001
From: Eliah Kagan
Date: Sun, 5 Jan 2025 02:38:34 -0500
Subject: [PATCH] Test Python 3.13 on Ubuntu and macOS on CI
But not Windows yet (#1955).
---
.github/workflows/pythonpackage.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 9225624f0..245844972 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -13,10 +13,12 @@ jobs:
strategy:
matrix:
os-type: [ubuntu, macos, windows]
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- os-type: macos
- python-version: "3.7"
+ python-version: "3.7" # Not available for the ARM-based macOS runners.
+ - os-type: windows
+ python-version: "3.13" # FIXME: Fix and enable Python 3.13 on Windows (#1955).
include:
- os-ver: latest
- os-type: ubuntu
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/gitpython-developers/GitPython/pull/1990.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy