diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd2141e..3e84135 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: - dependencies: python python3-build twine task: make -f Makefile package runs-on: ubuntu-latest - container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v6 with: @@ -72,7 +72,7 @@ jobs: python3-hypothesis task: PYTHONPATH=./src make -f Makefile test runs-on: ubuntu-latest - container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT steps: - name: Install python3.12 run: > diff --git a/src/into_dbus_python/_version.py b/src/into_dbus_python/_version.py index 2b36933..12756eb 100644 --- a/src/into_dbus_python/_version.py +++ b/src/into_dbus_python/_version.py @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. """ - Version information. +Version information. - .. moduleauthor:: mulhern +.. moduleauthor:: mulhern """ __version__ = "0.8.2" diff --git a/tests/test_deterministic.py b/tests/test_deterministic.py index 1fe4e75..301456a 100644 --- a/tests/test_deterministic.py +++ b/tests/test_deterministic.py @@ -66,7 +66,7 @@ def test_variant_depth(self): dbus.Array([dbus.Boolean(False)], signature="b", variant_level=2), ) self.assertEqual( - xformer("av")([([("v", ("b", False))])])[0], + xformer("av")([[("v", ("b", False))]])[0], dbus.Array([dbus.Boolean(False, variant_level=2)], signature="v"), ) self.assertEqual(