Skip to content

Commit

Permalink
Merge pull request #1 from lenskit/tweak/py310
Browse files Browse the repository at this point in the history
Add Python 3.10 to the test matrix
  • Loading branch information
mdekstrand committed Aug 22, 2022
2 parents b539da4 + 1ce6fde commit 069d52b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
platform:
- ubuntu
python:
- 3.7
- 3.8
- 3.9
- "3.8"
- "3.9"
- "3.10"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ authors = [
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
]
readme = "README.md"
license = { file="LICENSE.md" }
requires-python = ">= 3.7"
requires-python = ">= 3.8"
dependencies = [
"lenskit ==0.14.*",
"tensorflow >=2.6,==2.*"
Expand Down

0 comments on commit 069d52b

Please sign in to comment.