Skip to content

Commit dc048a5

Browse files
committed
feat: update Python version support and increment package version to 0.1.0
1 parent 405b20d commit dc048a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
32+
python-version: ["3.12", "3.13"]
3333
fail-fast: false
3434
defaults:
3535
run:
@@ -50,9 +50,9 @@ jobs:
5050
run: uv run ty check
5151

5252

53-
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
53+
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.12
5454
uses: codecov/codecov-action@v4
55-
if: ${{ matrix.python-version == '3.11' }}
55+
if: ${{ matrix.python-version == '3.12' }}
5656
env:
5757
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5858

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "forgeevent"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "This is a Python library for event management and dispatching, designed to be simple, flexible, and extensible."
55
authors = [{ name = "devvolf", email = "devvolf@xkforge.com" }]
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)