Skip to content

Commit

Permalink
Testing the latest python versions (#1033)
Browse files Browse the repository at this point in the history
* Bump chess from 1.10.0 to 1.11.1

Bumps [chess](https://github.com/niklasf/python-chess) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/niklasf/python-chess/releases)
- [Changelog](https://github.com/niklasf/python-chess/blob/v1.11.1/CHANGELOG.rst)
- [Commits](niklasf/python-chess@v1.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: chess
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Test against latest Python version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
MarkZH and dependabot[bot] authored Oct 11, 2024
1 parent 7675c8e commit 201b41a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python: [3.9, "3.11"]
python: [3.9, "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: [3.9, "3.10", "3.11"]
python: [3.9, "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python: [3.9, "3.11"]
python: [3.9, "3.13"]


steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
chess==1.10.0
chess==1.11.1
PyYAML==6.0.2
requests==2.32.3
backoff==2.2.1
Expand Down

0 comments on commit 201b41a

Please sign in to comment.