Skip to content

Commit

Permalink
Python3.12 prerelease (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Sep 7, 2023
1 parent e7ae408 commit 9f6afb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,22 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
pymodbus-version: ["2.5.3", "3.0.2", "3.1.3", "3.2.2", "3.3.1", "3.4.1", "3.5.0"]
exclude:
- python-version: "3.10"
pymodbus-version: "2.5.3"
- python-version: "3.11"
pymodbus-version: "2.5.3"
- python-version: "3.12"
pymodbus-version: "2.5.3"

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
allow-prereleases: true
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Human Machine Interfaces'
]
)

0 comments on commit 9f6afb1

Please sign in to comment.