File: 0004-run-tests-for-python-3.11-as-well.patch

package info (click to toggle)
pydoctor 22.9.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,976 kB
  • sloc: python: 22,250; javascript: 2,533; ansic: 57; makefile: 21; sh: 18
file content (21 lines) | stat: -rw-r--r-- 667 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: tristanlatr <tristanlatr@users.noreply.github.com>
Date: Mon, 28 Nov 2022 17:19:42 -0500
Subject: run tests for python 3.11 as well.

---
 .github/workflows/unit.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml
index 257aa62..751e089 100644
--- a/.github/workflows/unit.yaml
+++ b/.github/workflows/unit.yaml
@@ -14,7 +14,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, pypy-3.6]
+        python-version: [3.6, 3.7, 3.8, 3.9, 3.10.8, 3.11.0, pypy-3.6]
         os: [ubuntu-20.04]
         include:
           - os: windows-latest