We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f12da8 commit 5e9600bCopy full SHA for 5e9600b
.github/workflows/ci.yml
@@ -7,6 +7,7 @@
7
## -- 2024 1.0.0 MRD Creation
8
## -- 2024-11-28 1.1.0 DA Updated the version range for Python to 3.10 - 3.13
9
## -- 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
11
## -------------------------------------------------------------------------------------------------
12
13
name: Unit Tests
@@ -54,7 +55,7 @@ jobs:
54
55
if: needs.deps_gen.outputs.trigger_build == 'true'
56
strategy:
57
matrix:
- python-version: ['3.10', '3.11', '3.12', '3.13']
58
+ python-version: ['3.11', '3.12', '3.13']
59
60
steps:
61
- name: Checkout Codes
0 commit comments