Skip to content

Commit 429245b

Browse files
author
Joel Dixon
committed
PR feedback
1 parent 88557f5 commit 429245b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ examples/
114114

115115
The repository uses a comprehensive GitHub Actions pipeline:
116116

117-
1. **check_nipanel.yml**: Runs on Windows, Ubuntu, macOS with Python 3.10, 3.14
117+
1. **check_nipanel.yml**: Runs on Windows, Ubuntu, macOS with Python 3.10, 3.13
118118
- Linting with `poetry run nps lint`
119119
- Type checking with `poetry run mypy`
120120
- Security scanning with `poetry run bandit -c pyproject.toml -r src/nipanel`
121121

122-
2. **run_unit_tests.yml**: Cross-platform testing (Windows, Ubuntu) with Python 3.10-3.14
122+
2. **run_unit_tests.yml**: Cross-platform testing (Windows, Ubuntu) with Python 3.10-3.13
123123
- Unit tests: `poetry run pytest ./tests/unit -v --cov=nipanel --junitxml=test_results/nipanel-{os}-py{version}.xml`
124124

125125
3. **check_docs.yml**: Documentation validation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nipanel"
3-
version = "0.2.0.dev0"
3+
version = "0.1.0-dev2"
44
license = "MIT"
55
description = "NI Panel client for Python"
66
authors = [{name = "NI", email = "[email protected]"}]

0 commit comments

Comments
 (0)