Skip to content

Commit 3777556

Browse files
committed
chore: address comments
1 parent 0fcb64e commit 3777556

3 files changed

Lines changed: 180 additions & 64 deletions

File tree

.github/workflows/docs-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
permissions:
2121
contents: write
2222
runs-on: ubuntu-latest
23-
permissions:
24-
contents: write
2523
concurrency:
2624
group: single
2725
cancel-in-progress: true

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "java-driver"
33
description = "ScyllaDB Java Driver Documentation"
44
version = "0.1.0"
5-
requires-python = ">=3.12"
5+
requires-python = ">=3.11"
66
dependencies = [
77
"pygments>=2.18.0",
88
"sphinx-scylladb-theme>=1.9.1",

0 commit comments

Comments
 (0)