From a3a8a005d0560c8fffe49792088b4e05a98f8463 Mon Sep 17 00:00:00 2001 From: Vaughn Kottler Date: Sun, 22 Feb 2026 21:03:04 -0600 Subject: [PATCH] updates for template --- .github/workflows/create-package.yml | 2 +- LICENSE | 2 +- README.md | 9 +++++---- config | 2 +- local/configs/ci.yaml | 3 +-- local/configs/license.yaml | 2 -- 6 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 local/configs/license.yaml diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index 1fc53a4..16ac68b 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: python-version: - - "3.12" - "3.13" + - "3.14" system: - macos-latest - windows-latest diff --git a/LICENSE b/LICENSE index 4427204..81f8dcb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Libre Embedded +Copyright (c) 2026 Libre Embedded Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 363e7d0..9d338dc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ @@ -39,8 +39,8 @@ This template is tested on the following platforms: and Python versions: -* `python3.12` * `python3.13` +* `python3.14` ## Structure @@ -85,6 +85,7 @@ package-name │   ├── commands │   │   ├── all.py │   │   └── __init__.py +│   ├── data │   ├── dev_requirements.txt │   ├── entry.py │   ├── __init__.py @@ -109,6 +110,6 @@ package-name ├── test_entry.py └── test_resources.py -13 directories, 33 files +14 directories, 33 files ``` diff --git a/config b/config index dcaf6f9..f3cec00 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit dcaf6f996d6aaf759062456cca3f65f11279688c +Subproject commit f3cec00759728eab6cfc05b9b50e4434f014395a diff --git a/local/configs/ci.yaml b/local/configs/ci.yaml index f604c03..28d18cb 100644 --- a/local/configs/ci.yaml +++ b/local/configs/ci.yaml @@ -1,6 +1,5 @@ --- -python_versions: ["3.12", "3.13"] - +python_versions: ["3.13", "3.14"] systems: - macos-latest - windows-latest diff --git a/local/configs/license.yaml b/local/configs/license.yaml deleted file mode 100644 index 7c431fa..0000000 --- a/local/configs/license.yaml +++ /dev/null @@ -1,2 +0,0 @@ ---- -name: Libre Embedded