Skip to content

Commit

Permalink
skip 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Nov 22, 2024
1 parent 44021d9 commit 3897706
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.9, 3.11, 3.12]
python-version: [3.10, 3.11, 3.12, 3.13]

steps:
- name: Checkout nglview repository
Expand Down
2 changes: 0 additions & 2 deletions devtools/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@
output = subprocess.check_output(["npm", "search", "nglview-js-widgets"]).decode()
print(output)

subprocess.check_call('cd nglview/labextension && git clean -fdx .', shell=True)
subprocess.check_call('cd js && npm install && npm run copy:labextension', shell=True)
subprocess.check_call('python setup.py sdist', shell=True)

0 comments on commit 3897706

Please sign in to comment.