File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ Beardless Bot, follow the steps outlined directly below in
22222 . Download [ Python 3] ( https://python.org/downloads ) , and then run
2323` pip3 install -r resources/requirements.txt ` . If you are using python
2424virtualenv, 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
29293 . Create a file named ".env" in the same directory as Bot.py. Insert
3030into it the line ` DISCORDTOKEN=yourtoken ` , where yourtoken is the Discord API
You can’t perform that action at this time.
0 commit comments