Skip to content

Commit

Permalink
Add py3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Dec 22, 2023
1 parent f701cad commit d82056e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sub_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Install requirements
run: python -m pip install --user mypy types-requests types-PyYAML
- name: Run code analysis (package)
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [win32, linux, darwin]
steps:
- uses: actions/checkout@master
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Install requirements
run: python -m pip install --user mypy types-requests types-PyYAML
- name: Check python compatibility for ${{ matrix.os }}/${{ matrix.version }}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit d82056e

Please sign in to comment.