Skip to content

Commit

Permalink
bump python version to 3.12
Browse files Browse the repository at this point in the history
bump cx-freeze to 7
  • Loading branch information
martinmiglio committed Apr 27, 2024
1 parent 1bb2b4b commit 9d18e33
Show file tree
Hide file tree
Showing 6 changed files with 611 additions and 622 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-build-msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
run: |
pipx install "poetry>=1.7.0"
pipx install poethepoet
- name: Set up Python 3.11
- name: Set up Python
id: pysetup
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: "poetry"
- name: Install package and dependencies
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
python: ["3.11"]
python: ["3.12"]
experimental: [false]
# include:
# - os: windows-latest
# python: "3.12-dev"
# experimental: true
continue-on-error: ${{ matrix.experimental }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: 23.3.0
hooks:
- id: black
language_version: python3.10
language_version: python3.12
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Welcome to the py-clash-bot project! We appreciate your interest in contributing

To set up a development environment for py-clash-bot, you will need to have the following tools installed:

- [Python 3.11](https://www.python.org/)
- [Python 3.12](https://www.python.org/)
- [Poetry](https://python-poetry.org/)

Once you have these tools installed, follow these steps to set up the project:
Expand Down
Loading

0 comments on commit 9d18e33

Please sign in to comment.