Skip to content

Commit 6da4989

Browse files
committed
Dropping tests for 3.12.3
1 parent 8571b9a commit 6da4989

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: [ "3.12.0", "3.12.3", "3.12.6", "3.13.0 "]
20+
python-version: [ "3.12.0", "3.12.6", "3.13.0 "]
2121
name: Beardless Bot Python ${{ matrix.python-version }} unit tests
2222
steps:
2323
- name: Enable Brawl tests on latest Python only
24-
if: ${{ matrix.python-version == '3.12.3' }}
24+
if: ${{ matrix.python-version == '3.13.0' }}
2525
run: |
2626
echo "BRAWLKEY=${{ secrets.BRAWLKEY }}" >> $GITHUB_ENV
2727
- uses: actions/checkout@v4

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Beardless Bot, follow the steps outlined directly below in
2222
2. Download [Python 3](https://python.org/downloads), and then run
2323
`pip3 install -r resources/requirements.txt`. If you are using python
2424
virtualenv, name your virtualenv "venv" and run `source venv/bin/activate`
25-
before running `pip3 install`. Beardless Bot requires at leastPython 3.12, and
26-
has been tested on 3.12.0, 3.12.3, 3.12.6, and 3.13.0. Older versions of
27-
Beardless Bot--specifically those before 2.5.0--can also run on 3.10 and 3.11.
25+
before running `pip3 install`. Beardless Bot requires at least Python 3.12, and
26+
has been tested on 3.12.0, 3.12.6, and 3.13.0. Older versions of Beardless
27+
Bot--specifically those before 2.5.0--can also run on 3.10 and 3.11.
2828

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

0 commit comments

Comments
 (0)