Skip to content

Commit

Permalink
Dropping tests for 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LevBernstein committed Nov 9, 2024
1 parent 8571b9a commit 6da4989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.12.0", "3.12.3", "3.12.6", "3.13.0 "]
python-version: [ "3.12.0", "3.12.6", "3.13.0 "]
name: Beardless Bot Python ${{ matrix.python-version }} unit tests
steps:
- name: Enable Brawl tests on latest Python only
if: ${{ matrix.python-version == '3.12.3' }}
if: ${{ matrix.python-version == '3.13.0' }}
run: |
echo "BRAWLKEY=${{ secrets.BRAWLKEY }}" >> $GITHUB_ENV
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Beardless Bot, follow the steps outlined directly below in
2. Download [Python 3](https://python.org/downloads), and then run
`pip3 install -r resources/requirements.txt`. If you are using python
virtualenv, name your virtualenv "venv" and run `source venv/bin/activate`
before running `pip3 install`. Beardless Bot requires at leastPython 3.12, and
has been tested on 3.12.0, 3.12.3, 3.12.6, and 3.13.0. Older versions of
Beardless Bot--specifically those before 2.5.0--can also run on 3.10 and 3.11.
before running `pip3 install`. Beardless Bot requires at least Python 3.12, and
has been tested on 3.12.0, 3.12.6, and 3.13.0. Older versions of Beardless
Bot--specifically those before 2.5.0--can also run on 3.10 and 3.11.

3. Create a file named ".env" in the same directory as Bot.py. Insert
into it the line `DISCORDTOKEN=yourtoken`, where yourtoken is the Discord API
Expand Down

0 comments on commit 6da4989

Please sign in to comment.