Skip to content

Commit

Permalink
Add 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Nov 4, 2024
1 parent 0700066 commit 4043649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ppizarror/workflow-actions/.github/workflows/test_python.yml@master
strategy:
matrix:
python: [ '3.10', '3.11' ]
python: [ '3.10', '3.11', '3.12' ]
with:
env-vars: GITHUB=true
install-extras: test
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-python@v5
with:
cache: pip
python-version: '3.10'
python-version: '3.12'

- name: Install dependencies
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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',
'Programming Language :: Python',
'Topic :: Multimedia',
'Topic :: Text Processing'
Expand Down

0 comments on commit 4043649

Please sign in to comment.