Skip to content

Commit 6502386

Browse files
committed
chore(tests.yml): update Python testing strategy to remove version 3.12
Remove Python 3.12 from the testing matrix to streamline the testing process and focus on compatibility with Python 3.13. This change reflects a decision to support only the latest version in the 3.x series, reducing maintenance overhead and ensuring that the tests are aligned with the most current Python features and improvements.
1 parent d899abc commit 6502386

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# TESTING STRATEGY:
1111
# -----------------
12-
# 1. Multi-version Python testing (3.12, 3.13) for compatibility
12+
# 1. Multi-version Python testing (3.13) for compatibility
1313
# 2. Categorized test execution (Unit, Database, Integration)
1414
# 3. Intelligent test discovery and conditional execution
1515
# 4. Parallel test execution for performance optimization
@@ -82,7 +82,6 @@ jobs:
8282
fail-fast: false
8383
matrix:
8484
python-version: # Supported Python versions
85-
- '3.12'
8685
- '3.13'
8786
steps:
8887
# REPOSITORY CHECKOUT

0 commit comments

Comments
 (0)