Skip to content

Commit

Permalink
Verify support for Python 3.8 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 22, 2023
1 parent 7cb2021 commit 6f499b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10"]
python-version: ["3.8", "3.12"]

env:
OS: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog

in progress
===========
- Verify support for Python 3.8 and 3.12

2023-09-09 0.7.0
================
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta",
"Environment :: Console",
Expand Down

0 comments on commit 6f499b8

Please sign in to comment.