Skip to content

Commit

Permalink
📦️ package(py13): by Spec 0 drop py3.10 and add py13 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman authored Dec 11, 2024
1 parent 348112a commit 30e802f
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

include:
Expand Down
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ repos:
rev: v4.0.0
hooks:
- id: commitizen
- id: commitizen-branch
stages: [pre-push]
args:
- "--"
- "--config-file=.czrc"
additional_dependencies: [cz-conventional-gitmoji]

- repo: meta
hooks:
Expand Down Expand Up @@ -107,6 +103,7 @@ repos:
rev: v0.23
hooks:
- id: validate-pyproject
additional_dependencies: ["validate-pyproject-schema-store[all]"]

- repo: local
hooks:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.13"
commands:
- asdf plugin add uv
- asdf install uv latest
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
"Typing :: Typed",
]
Expand All @@ -44,6 +44,7 @@

[dependency-groups]
dev = [
"cz-conventional-gitmoji>=0.6.1",
{include-group = "test"},
{include-group = "docs"},
]
Expand Down Expand Up @@ -79,6 +80,10 @@
"""


[tool.commitizen]
name = "cz_gitmoji"


[tool.coverage]
run.source = ["quaxed"]
port.exclude_lines = [
Expand Down
123 changes: 119 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30e802f

Please sign in to comment.