Skip to content

Commit

Permalink
chore: introduce python 3.12
Browse files Browse the repository at this point in the history
* (chore): update 'classifiers' in pyproject.toml, add python 3.12
* (chore): update 'target-version' for 'tool.black' in pyproject.toml,
  add python 3.12
* (chore): add 3.12 python-version for strategy matrix of ci-jobs in
  pythonapp.yml
  • Loading branch information
nautics889 committed Mar 22, 2024
1 parent c3a4cd9 commit 82a401d
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 160 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
# python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.11"]
python-version: ["3.7", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 82a401d

Please sign in to comment.