Skip to content

Commit

Permalink
remove py 3.13 form tests for now (problem with cassandra-driver)
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Dec 5, 2024
1 parent fa43730 commit feafc20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'

steps:
- name: Checkout code
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ tagpack-tool = { git = "https://github.com/graphsense/graphsense-tagpack-tool",
legacy_tox_ini = """
[tox]
skipsdist=True
envlist = py310,py311,py312,py313
envlist = py310,py311,py312
;requires=tox-venv
[gh-actions]
python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313
[testenv]
runner = uv-venv-lock-runner
Expand Down

0 comments on commit feafc20

Please sign in to comment.