Skip to content

Commit b6a44f9

Browse files
authored
Merge pull request #268 from digitronik/py313
Python 3.13 test run
2 parents 9d34956 + 08798d6 commit b6a44f9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/test_suite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
browser: [chrome, firefox]
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2222

2323
steps:
2424
- name: Pull selenium-standalone:latest
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Python
7272
uses: actions/setup-python@v5
7373
with:
74-
python-version: "3.12"
74+
python-version: "3.x"
7575

7676
- name: Install Deps
7777
run: |
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup Python
103103
uses: actions/setup-python@v5
104104
with:
105-
python-version: "3.12"
105+
python-version: "3.x"
106106
architecture: "x64"
107107

108108
- name: Development setup on ${{ matrix.os }}
@@ -121,7 +121,7 @@ jobs:
121121
- name: Setup Python
122122
uses: actions/setup-python@v5
123123
with:
124-
python-version: "3.12"
124+
python-version: "3.x"
125125
architecture: "x64"
126126

127127
- name: Build and verify with twine

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.1
3+
rev: v0.9.2
44
hooks:
55
- id: ruff
66
args:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ classifiers = [
88
"Programming Language :: Python :: 3.10",
99
"Programming Language :: Python :: 3.11",
1010
"Programming Language :: Python :: 3.12",
11+
"Programming Language :: Python :: 3.13",
1112
"Programming Language :: Python :: Implementation :: CPython",
1213
"Programming Language :: Python :: Implementation :: PyPy",
1314
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)