Skip to content

Commit 5e37c82

Browse files
Update github actions
1 parent cab4c8c commit 5e37c82

2 files changed

Lines changed: 2 additions & 2 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.11', '3.12', '3.13', '3.14']
8+
python-version: ['3.12', '3.13', '3.14']
99

1010
timeout-minutes: 10
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "engineering-notation"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "Easy engineering notation"
55
readme = "readme.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)