Skip to content

Commit

Permalink
Merge pull request #3 from dmurphy18/test_bld
Browse files Browse the repository at this point in the history
[WIP] Removed python 3.11 usage, since next version supported will be 3.12
  • Loading branch information
dmurphy18 authored Sep 10, 2024
2 parents 88be709 + fa6571e commit d35a6f3
Show file tree
Hide file tree
Showing 9 changed files with 2,765 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
include:
- {salt-version: "3006.8", python-version: "3.10"}
- {salt-version: "3007.1", python-version: "3.10"}
## - {salt-version: "3007", python-version: "3.11"}
## - {salt-version: "3007", python-version: "3.12"}

steps:
Expand Down Expand Up @@ -195,7 +194,6 @@ jobs:
include:
- {salt-version: "3006.8", python-version: "3.10"}
- {salt-version: "3007.1", python-version: "3.10"}
## - {salt-version: "3007", python-version: "3.11"}
## - {salt-version: "3007", python-version: "3.12"}

steps:
Expand Down Expand Up @@ -323,7 +321,6 @@ jobs:
include:
- {salt-version: "3006.8", python-version: "3.10"}
- {salt-version: "3007.1", python-version: "3.10"}
## - {salt-version: "3007", python-version: "3.11"}
## - {salt-version: "3007", python-version: "3.12"}

steps:
Expand Down
1 change: 1 addition & 0 deletions docs/ref/modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ _________________
.. autosummary::
:toctree:

cassandra_cql
cassandra_mod
5 changes: 5 additions & 0 deletions docs/ref/modules/saltext.cassandra.modules.cassandra_cql.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
``cassandra_cql``
=================

.. automodule:: saltext.cassandra.modules.cassandra_cql
:members:
1 change: 1 addition & 0 deletions docs/ref/returners/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ ________________
.. autosummary::
:toctree:

cassandra_cql_return
cassandra_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
``cassandra_cql``
=================

.. automodule:: saltext.cassandra.returners.cassandra_cql_return
:members:
Loading

0 comments on commit d35a6f3

Please sign in to comment.