From eff361e9f191a9a8f227331e2640a2f747de035c Mon Sep 17 00:00:00 2001 From: zrr1999 <2742392377@qq.com> Date: Sat, 16 May 2026 22:31:09 +0800 Subject: [PATCH 1/2] chore: update LICENSE copyright to Zhan Rongrui, add renovate.json --- .github/renovate.json | 21 +++++++++++++++++++++ LICENSE | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..481936e --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,21 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>zrr1999/renovate-config" + ], + "packageRules": [ + { + "description": "Keep .python-version on 3.13 until upstream supports 3.14", + "matchManagers": ["pyenv"], + "matchPackageNames": ["python"], + "allowedVersions": "/^3\\.13(?:\\.\\d+)?$/" + }, + { + "description": "Keep setup-python on 3.13 until upstream supports 3.14", + "matchManagers": ["github-actions"], + "matchDepTypes": ["uses-with"], + "matchPackageNames": ["python"], + "allowedVersions": "/^3\\.13(?:\\.\\d+)?$/" + } + ] +} diff --git a/LICENSE b/LICENSE index 76bbc0f..be1b818 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 spore-lang +Copyright (c) 2026 Zhan Rongrui Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 11778090495ee4d8f06a9b75a1a0ae39c0b7611e Mon Sep 17 00:00:00 2001 From: zrr1999 <2742392377@qq.com> Date: Sat, 16 May 2026 22:42:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20chore:=20align=20Renovate=20?= =?UTF-8?q?Python=203.14=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/renovate.json | 15 --------------- .github/workflows/ci-tests.yml | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 481936e..5b79c31 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,20 +2,5 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>zrr1999/renovate-config" - ], - "packageRules": [ - { - "description": "Keep .python-version on 3.13 until upstream supports 3.14", - "matchManagers": ["pyenv"], - "matchPackageNames": ["python"], - "allowedVersions": "/^3\\.13(?:\\.\\d+)?$/" - }, - { - "description": "Keep setup-python on 3.13 until upstream supports 3.14", - "matchManagers": ["github-actions"], - "matchDepTypes": ["uses-with"], - "matchPackageNames": ["python"], - "allowedVersions": "/^3\\.13(?:\\.\\d+)?$/" - } ] } diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f9647b1..10907f0 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -41,7 +41,7 @@ jobs: - uses: astral-sh/setup-uv@v6 with: - python-version: "3.13" + python-version: "3.14" - uses: dtolnay/rust-toolchain@stable with: