diff --git a/.github/workflows/ci-static-checks.yml b/.github/workflows/ci-static-checks.yml index 3844671..84fffae 100644 --- a/.github/workflows/ci-static-checks.yml +++ b/.github/workflows/ci-static-checks.yml @@ -25,7 +25,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - python-version: "3.13" + python-version: "3.14" - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 1fce565..a10f48e 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -26,7 +26,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - python-version: "3.13" + python-version: "3.14" - name: Check SEP index run: uv run scripts/check_sep_index.py 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