Skip to content

Commit

Permalink
Take 3.10 out for metadata, currently blocked by amundsengremlin rela…
Browse files Browse the repository at this point in the history
…ted tests

Signed-off-by: Kristen Armes <[email protected]>
  • Loading branch information
kristenarmes committed Apr 4, 2024
1 parent 8639adc commit b42330a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/metadata_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.8.x', '3.9.x', '3.10.x']
python-version: ['3.8.x', '3.9.x']
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
1 change: 0 additions & 1 deletion metadata/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@
classifiers=[
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
)

0 comments on commit b42330a

Please sign in to comment.