Skip to content

Commit

Permalink
update workflow with py311
Browse files Browse the repository at this point in the history
  • Loading branch information
brisvag committed Oct 11, 2023
1 parent 44fa018 commit 00f8f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest ]
python-version: [ "3.8", "3.9", "3.10" ]
python-version: [ "3.8", "3.9", "3.10" , "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10

Programming Language :: Python :: 3.11


[options]
Expand Down

0 comments on commit 00f8f61

Please sign in to comment.