Skip to content

Commit

Permalink
Release 1.3.0 -- drop Python 3.8 (#107)
Browse files Browse the repository at this point in the history
* Release 1.3.0

Signed-off-by: GitHub <[email protected]>

* Drop Python 3.8

Signed-off-by: GitHub <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Feb 15, 2025
1 parent ba6d546 commit 0cf067a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]

uses: darbiadev/.github/.github/workflows/python-test.yaml@91dda16028f109ac78016dd740206fd109740068 # v15.0.0
with:
Expand Down
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Changelog
=========

- :release:`1.3.0 <14th February 2025>`
- :support:`-` Drop support for Python 3.8

- :release:`1.2.3 <14th February 2025>` 103
- :support:`103` Bump Trusted Publishing action

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "imsosorry"
version = "1.2.3"
version = "1.3.0"
description = "Sometimes it can be necessary to call upon the ancient arts..."
authors = [
{ name = "Bradley Reynolds", email = "[email protected]" },
]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = []

[project.urls]
Expand Down Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[tool.ruff]
preview = true
unsafe-fixes = true
target-version = "py38"
target-version = "py39"
line-length = 120

[tool.ruff.lint]
Expand Down

0 comments on commit 0cf067a

Please sign in to comment.