Skip to content

Commit

Permalink
Merge pull request #1183 from tacaswell/ci/add_py_versions
Browse files Browse the repository at this point in the history
CI: add newer python versions to CI
  • Loading branch information
mrakitin authored Mar 21, 2024
2 parents 2722e37 + 6acd4d7 commit 5c03c3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
env:
TEST_CL: pyepics
Expand Down
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]

python_files = test_*.py
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
ca =
aioca>=1.6
pva =
p4p
p4p; python_version < '3.12'
# For development tests/docs
dev =
%(ca)s
Expand Down

0 comments on commit 5c03c3f

Please sign in to comment.