-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions for python 3.13 support and drop 3.8 (#434)
- Loading branch information
1 parent
c0fc806
commit 4fea5fa
Showing
14 changed files
with
81 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Setup python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: "3.12" | ||
python-version: "3.13" | ||
- name: Install requirements | ||
run: | | ||
python -m pip install -U pip | ||
|
@@ -53,7 +53,7 @@ jobs: | |
with: | ||
cache: pip | ||
cache-dependency-path: requirements/lint.txt | ||
python-version: "3.12" | ||
python-version: "3.13" | ||
- name: Install requirements | ||
run: | | ||
python -m pip install -U pip | ||
|
@@ -125,9 +125,6 @@ jobs: | |
# python: '3.13-dev' | ||
# experimental: true | ||
# test-timeout: 3 | ||
exclude: | ||
- os: macos-latest | ||
python: '3.8' | ||
steps: | ||
- name: Input settings | ||
run: echo "${{ needs.Build.outputs.settings }}" | base64 -d | tar xz | ||
|
@@ -180,7 +177,7 @@ jobs: | |
- ubuntu-latest | ||
- macos-latest | ||
python: | ||
- '3.12' | ||
- '3.13' | ||
- 'pypy-3.10' | ||
steps: | ||
- name: Checkout | ||
|
@@ -211,7 +208,7 @@ jobs: | |
- name: Setup python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
python-version: '3.13' | ||
- name: Download build artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -243,7 +240,7 @@ jobs: | |
with: | ||
cache: pip | ||
cache-dependency-path: requirements/coverage.txt | ||
python-version: "3.12" | ||
python-version: "3.13" | ||
- name: Install coverage | ||
run: | | ||
pip install -U pip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Advertise support for Python-3.13, although no code changes were made to support it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Stop advertising support for Python-3.8, although no code changes were made to break it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
# | ||
# pip-compile-multi | ||
# | ||
coverage[toml]==7.5.4 | ||
coverage[toml]==7.6.3 | ||
# via -r requirements\coverage.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
-r test.in | ||
-r docs.in | ||
-r lint.in | ||
-r lint.in | ||
-r coverage.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# SHA1:657999018ebf5f3362ebb8566642201085ff09d3 | ||
# SHA1:64f3330cb21a24de944be0c0611a2d1920d63b44 | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile-multi | ||
# | ||
-r coverage.txt | ||
-r docs.txt | ||
-r lint.txt | ||
-r test.txt |
Oops, something went wrong.