Skip to content

Commit

Permalink
build: add Python3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed Oct 26, 2022
1 parent 58e8dba commit b667706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.7", "3.10"] # check oldest and latest supported version
python-version: ["3.7", "3.10", "3.11.0-rc - 3.11"] # check oldest and latest supported version
other-os: [false]

runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
project_urls =
Source = https://github.com/dylanljones/lattpy
Documentation = https://lattpy.readthedocs.io/
Expand Down

0 comments on commit b667706

Please sign in to comment.