commit: 777c7f30951695ef3158dece52f334f54d7ec2a4
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Wed Nov 19 21:39:34 2025 +0000
Commit: Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Wed Nov 19 21:39:34 2025 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=777c7f30
chore: fix typo, make tests run against 3.11 since it's supported
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 037196b9..5037b7d7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: ['3.13', '3.12', '3.13']
+ python-version: ['3.11', '3.12', '3.13']
deps: [newest-deps]
experimental: [false]
include: