Skip to content

Commit

Permalink
Merge pull request #49 from canonical/python-3.10
Browse files Browse the repository at this point in the history
ci: enable Python 3.10 (CRAFT-744)
  • Loading branch information
sergiusens committed Feb 15, 2022
2 parents fb75d74 + 6a76346 commit be09424
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
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
os: [macos-10.15, ubuntu-18.04, ubuntu-20.04, windows-2019]
python-version: [3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]

runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10

[options]
python_requires = >= 3.8
Expand Down

0 comments on commit be09424

Please sign in to comment.