We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee35ac5 commit a0d3e5fCopy full SHA for a0d3e5f
.github/workflows/ci.yml
@@ -26,6 +26,11 @@ jobs:
26
27
test:
28
runs-on: ubuntu-latest
29
+ strategy:
30
+ matrix:
31
+ python-version: ["3.10", "3.11", "3.12"]
32
+ env:
33
+ PYTHON_VERSION: ${{ matrix.python-version }}
34
name: test
35
steps:
36
- uses: actions/checkout@v4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fishjam-server-sdk"
3
-version = "0.5.0"
+version = "0.6.0"
4
description = "Python server SDK for the Fishjam Cloud"
5
authors = ["Fishjam Team"]
6
homepage = "https://github.com/fishjam-cloud/python-server-sdk"
0 commit comments