Skip to content

Commit

Permalink
Updated packages, adjusted tests, and expanded test matrix to include…
Browse files Browse the repository at this point in the history
… Python 3.13.
  • Loading branch information
johnbywater committed Nov 8, 2024
1 parent 78989ad commit 90ed7d9
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 221 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
# https://cloudsmith.io/~eventstore/repos/eventstore-ce/packages/
# https://cloudsmith.io/~eventstore/repos/eventstore-staging-ce/packages/
eventstore-docker-image:
Expand All @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: make install-poetry
- name: Install packages
- name: Install package
run: make install
- name: Lint
run: make lint
Expand Down
2 changes: 1 addition & 1 deletion esdbclient/instrumentation/opentelemetry/package.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
_instruments = ("esdbclient >= 1.1b5",)
_instruments = ("esdbclient >= 1.1",)
Loading

0 comments on commit 90ed7d9

Please sign in to comment.