diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5242a6e..5ad2cc3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,17 +1,14 @@ name: Tests - on: - push - pull_request - jobs: test: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ['3.10', '3.11'] - + python-version: ["3.10"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/pyproject.toml b/pyproject.toml index 3bd5311..30c2cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,5 +17,5 @@ show_error_codes = true strict_equality = true warn_redundant_casts = true warn_return_any = true -warn_unreachable = true +warn_unreachable = false warn_unused_configs = true diff --git a/setup.cfg b/setup.cfg index c81f176..5beea3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ license = MIT license_file = LICENSE platforms = unix, linux, osx, cygwin, win32 classifiers = - Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.10 [options] packages = detector