Skip to content

Commit 65e27d0

Browse files
Update to add backwards support for python v3.11
1 parent 6decd18 commit 65e27d0

3 files changed

Lines changed: 40 additions & 5 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.12', '3.13', '3.14']
8+
python-version: ['3.11', '3.12', '3.13', '3.14', ]
99

1010
timeout-minutes: 10
1111

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "engineering-notation"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
description = "Easy engineering notation"
55
readme = "readme.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.11"
77
dependencies = []
88

99
[dependency-groups]

uv.lock

Lines changed: 37 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)