Skip to content

Commit

Permalink
Merge pull request #211 from xnuinside/add_py3.12_in_tests
Browse files Browse the repository at this point in the history
add 3.12 tests runner on the github
  • Loading branch information
xnuinside authored Nov 5, 2023
2 parents 482dc5a + bd0fb12 commit b5d8b26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: [flake8_py3]
strategy:
matrix:
python: [3.7, 3.8, 3.9, '3.10', '3.11']
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
Expand Down
Loading

0 comments on commit b5d8b26

Please sign in to comment.