Skip to content

Commit

Permalink
Merge pull request #214 from ssl-hep:pr_python_310
Browse files Browse the repository at this point in the history
Update to python 3.10
  • Loading branch information
gordonwatts authored Dec 9, 2021
2 parents 3079067 + f9cbc9d commit 0a41306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
runs-on: ${{ matrix.platform }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
maintainer_email="[email protected]",
url="https://github.com/ssl-hep/ServiceX_frontend",
license="TBD",
python_requires='>=3.6, <3.10',
python_requires='>=3.6, <3.11',
test_suite="tests",
install_requires=[
"idna==2.10", # Required to thread version needle with requests library
Expand Down

0 comments on commit 0a41306

Please sign in to comment.