Skip to content

Commit

Permalink
Supporting Py3.11 again (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Feb 2, 2023
1 parent e335ccc commit 977fff2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
os: [pytwin-win10, ubuntu-20.04]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Run pytest
uses: pyansys/actions/tests-pytest@v3
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ and its sections:
Installation
------------
The ``pytwin`` package supports Python 3.7 through Python
3.10 on Windows and Linux.
3.11 on Windows and Linux.

Install the latest release from `PyPI
<https://pypi.org/project/pytwin/>`_ with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.7.1,<3.11"
python = ">=3.7.1,<4"
importlib-metadata = {version = "^4.0", python = "<3.8"}
numpy = ">=1.14"
pandas = ">=1.3.2"
Expand Down

0 comments on commit 977fff2

Please sign in to comment.