Skip to content

Commit

Permalink
chore: Run CI tests under python3.12, too (#6)
Browse files Browse the repository at this point in the history
* test: run CI tests under python3.12, too

* chore: add trove classifier for py312
  • Loading branch information
dairiki authored Nov 16, 2023
1 parent b94a92e commit 3aa7ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
lektor-version: [latest, stable]
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9

Expand Down

0 comments on commit 3aa7ede

Please sign in to comment.