Skip to content

Commit 0d41933

Browse files
committed
docs: update Python version references to 3.12.6 and adjust testing matrix to 3.10-3.14
1 parent c49bf40 commit 0d41933

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Add any other context about the problem here.
4343
- VS Code Version [e.g. 1.60]
4444
- RobotCode Version [e.g. 0.3.2]
4545
- OS: [e.g. Windows, Linux]
46-
- Python Version [e.g. 3.9.7]
46+
- Python Version [e.g. 3.12.6]
4747
- RobotFramework Version [e.g. 4.0.0]
4848
- Additional tools like robocop

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ A clear and concise description of the problem and the question at hand.
1515
- VS Code Version [e.g. 1.60]
1616
- RobotCode Version [e.g. 0.3.2]
1717
- OS: [e.g. Windows, Linux]
18-
- Python Version [e.g. 3.9.7]
18+
- Python Version [e.g. 3.12.6]
1919
- RobotFramework Version [e.g. 4.0.0]
2020
- Additional tools like robocop

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ cd intellij-client
8989
## Testing Strategy
9090

9191
### Test Matrix
92-
- **Python Versions**: 3.8, 3.9, 3.10, 3.11, 3.12, 3.13
92+
- **Python Versions**: 3.10, 3.11, 3.12, 3.13, 3.14
9393
- **Robot Framework Versions**: 5.0, 6.0, 6.1, 7.0, 7.1, 7.2, 7.3
9494

9595
### Running Tests

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ You can also check available environments with: `hatch env show`
249249
6. **Commit your changes** with a descriptive commit message
250250
7. **Push and create a pull request**
251251

252-
Note on Python versions: while the project tests across Python 3.8–3.13 to ensure broad compatibility, active development and production usage target Python 3.10+.
252+
Note on Python versions: the project tests across Python 3.10–3.14; active development and production usage target Python 3.10+.
253253

254254
#### Pull Request Guidelines
255255

@@ -296,8 +296,7 @@ hatch run test.rf50:test # Robot Framework 5.0.x
296296
hatch run test.rf41:test # Robot Framework 4.1.x
297297

298298
# Run tests in specific development environments (single combination)
299-
hatch run devel:test # ⚠️ Runs ALL matrix combinations (Python 3.8-3.13 × RF 4.1-7.3)
300-
hatch run devel.py39-rf73:test # Python 3.9 with Robot Framework 7.3.x (single combination)
299+
hatch run devel:test # ⚠️ Runs ALL matrix combinations (Python 3.10-3.14 × RF 4.1-7.3)
301300
hatch run devel.py311-rf70:test # Python 3.11 with Robot Framework 7.0.x (single combination)
302301
hatch run devel.py312-rf73:test # Python 3.12 with Robot Framework 7.3.x (single combination)
303302
hatch run devel.py313-rf73:test # Python 3.13 with Robot Framework 7.3.x (single combination)
@@ -315,7 +314,7 @@ hatch run rfdevel:test # Local Robot Framework development version
315314
- For CI/full testing, use the matrix commands
316315

317316
**Available Environment Matrix:**
318-
- **Python versions**: 3.8, 3.9, 3.10, 3.11, 3.12, 3.13
317+
- **Python versions**: 3.10, 3.11, 3.12, 3.13, 3.14
319318
- **Robot Framework versions**: 4.1.x, 5.0.x, 6.0.x, 6.1.x, 7.0.x, 7.1.x, 7.2.x, 7.3.x
320319

321320
#### Building the Project

0 commit comments

Comments
 (0)