diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9f80a6b..2e0b5b9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.11"] target: [x86_64] defaults: run: diff --git a/src/parser/Cargo.toml b/src/parser/Cargo.toml index a70000c..1c8c9ff 100644 --- a/src/parser/Cargo.toml +++ b/src/parser/Cargo.toml @@ -24,8 +24,6 @@ proc-macro2 = "1.0.69" rand = "0.8.5" bytes = "1.5.0" opus = "0.3.0" -audiopus_sys = { version = "0.2.2", features = ["static"] } - [dependencies.csgoproto] path = "../csgoproto"