Skip to content

Commit

Permalink
Add python 3.11 CI check (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Apr 12, 2023
1 parent 51edb2d commit d185717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.9", "3.10"]
python: ["3.9", "3.10", "3.11"]
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Natural Language :: English",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
]
Expand Down

0 comments on commit d185717

Please sign in to comment.