From fa5de10cbbfa3565dc47db8cef45656615a56715 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 25 Jun 2026 04:53:21 +0000
Subject: [PATCH] fix: update Cython metadata to 3.2.6
---
README.md | 2 +-
src/languages/cython.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1536386..024d8b6 100644
--- a/README.md
+++ b/README.md
@@ -253,7 +253,7 @@ from its package subpath.
|
| CUE | `cue` | `.cue` | `0.16.1` | `code-languages/cue` |
|
| Curry | `curry` | `.curry`, `.lcurry` | `Curry 0.9.0` | `code-languages/curry` |
|
| Cypher | `cypher` | `.cypher`, `.cyp` | `25` | `code-languages/cypher` |
-|
| Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.5` | `code-languages/cython` |
+|
| Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.6` | `code-languages/cython` |
|
| D | `d` | `.d`, `.di` | `2.112.0` | `code-languages/d` |
|
| Dafny | `dafny` | `.dfy` | `4.11.0` | `code-languages/dafny` |
|
| Dart | `dart` | `.dart` | `3.12.2` | `code-languages/dart` |
diff --git a/src/languages/cython.ts b/src/languages/cython.ts
index dee196d..519a049 100644
--- a/src/languages/cython.ts
+++ b/src/languages/cython.ts
@@ -12,7 +12,7 @@ export const cython = {
packageManagers: ['pip', 'conda', 'Poetry'],
ecosystems: ['Python', 'Native Extensions', 'Scientific Computing'],
},
- version: '3.2.5',
+ version: '3.2.6',
logo: 'https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg',
color: '#FED140',
i18n: {