diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2433ccd..40f1e6c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/README.md b/README.md index 5febc4c..25804f5 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,7 @@ Please view [CHANGELOG.md](https://github.com/timmahrt/praatIO/blob/main/CHANGEL Python module `https://pypi.org/project/typing-extensions/`. It should be installed automatically with praatio but you can install it manually if you have any problems. -``Python 3.7.*`` or above - -[Click here to visit travis-ci and see the specific versions of python that praatIO is currently tested under]() +``Python 3.7.*`` or above (CI tested with python `3.7` through `3.12`). If you are using ``Python 2.x`` or ``Python < 3.7``, you can use `PraatIO 4.x`. diff --git a/setup.py b/setup.py index 3ac4304..aba44d3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="praatio", python_requires=">3.6.0", - version="6.0.1", + version="6.0.2", author="Tim Mahrt", author_email="timmahrt@gmail.com", url="https://github.com/timmahrt/praatIO",