diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 108dfc68e..9675f58f4 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -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 diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000..73e8ff53b --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] + +python_files = test_*.py diff --git a/setup.cfg b/setup.cfg index 15a46a91f..5c99ccd28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = ca = aioca>=1.6 pva = - p4p + p4p; python_version < '3.12' # For development tests/docs dev = %(ca)s