Skip to content

Commit 5e9600b

Browse files
committed
Release v0.4.0
Fixes #20
1 parent 2f12da8 commit 5e9600b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## -- 2024 1.0.0 MRD Creation
88
## -- 2024-11-28 1.1.0 DA Updated the version range for Python to 3.10 - 3.13
99
## -- 2024-12-10 1.2.0 DA Update actions/checkout to v4, actions/setup-python to v5
10+
## -- 2025-07-23 1.3.0 DA Removed support for Python 3.10
1011
## -------------------------------------------------------------------------------------------------
1112

1213
name: Unit Tests
@@ -54,7 +55,7 @@ jobs:
5455
if: needs.deps_gen.outputs.trigger_build == 'true'
5556
strategy:
5657
matrix:
57-
python-version: ['3.10', '3.11', '3.12', '3.13']
58+
python-version: ['3.11', '3.12', '3.13']
5859

5960
steps:
6061
- name: Checkout Codes

0 commit comments

Comments
 (0)