Skip to content

Commit e113a8a

Browse files
authored
Update github actions, add support for python 3.14, bump version (2.8.3) (#288)
* Update github actions, add support for python 3.14, bump version (2.8.3) * Remove old CIBW_SKIP values for python <3.8 * Update GitHub Actions dependencies and drop 32 bit builds
1 parent 8e54ac9 commit e113a8a

File tree

6 files changed

+581
-586
lines changed

6 files changed

+581
-586
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
submodules: recursive
5959

60-
- name: Set up Python 3.13
61-
uses: actions/setup-python@v5
60+
- name: Set up Python 3.14
61+
uses: actions/setup-python@v6
6262
with:
63-
python-version: 3.13
63+
python-version: 3.14
6464

6565
- name: Install pip, build and pytest
6666
run: |

0 commit comments

Comments
 (0)