Skip to content

Commit

Permalink
Merge branch 'main' into pv/endpoint_url
Browse files Browse the repository at this point in the history
  • Loading branch information
philvarner committed Mar 7, 2024
2 parents 012b125 + 182dd47 commit da1fb15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords="",
packages=find_packages(exclude=["docs", "tests*"]),
Expand Down

0 comments on commit da1fb15

Please sign in to comment.