Skip to content

Commit

Permalink
Declare support 3.12 and enable CI for 3.12 and 3.13-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pR0Ps committed Apr 29, 2024
1 parent 88babb5 commit 6519208
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,28 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13-dev"
exclude:
# 3.5 and 3.6 no longer available on ubuntu-latest
- os: ubuntu-latest
python-version: "3.5"
- os: ubuntu-latest
python-version: "3.6"
# 3.5 - 3.7 no longer available on macos-latest
- os: macos-latest
python-version: "3.5"
- os: macos-latest
python-version: "3.6"
- os: macos-latest
python-version: "3.7"
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python v${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Topic :: System :: Archiving :: Compression",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)"
Expand Down

0 comments on commit 6519208

Please sign in to comment.