diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 370bd1c..8efc258 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,14 +13,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11"] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index 6927c12..e674fac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ +# async +asyncio==3.4.3 +aiohttp>=3.8.6 # TTS gtts==2.5.1 pyttsx4==3.0.15