Skip to content

Commit

Permalink
Test with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Oct 28, 2023
1 parent 72c117e commit 474f5a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- pypy-3.9
runs-on: ubuntu-latest
steps:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Run the doctest
run: python -m doctest README.rst -v
- name: Upload reports to Codecov
if: ${{ matrix.python == '3.11' }}
if: ${{ matrix.python == '3.12' }}
run: codecov
static-analysis:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Text Processing :: Markup",
"Topic :: Text Processing :: General",
Expand Down

0 comments on commit 474f5a8

Please sign in to comment.