Skip to content

Commit 18b4d2a

Browse files
authored
Merge pull request #54 from dfxml-working-group/bump_python
Bump Python
2 parents 7897c41 + 41353af commit 18b4d2a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on: [push, pull_request]
88

99
env:
1010
COVERAGE_OS: ubuntu-latest
11-
COVERAGE_PYTHON_VERSION: 3.13
11+
COVERAGE_PYTHON_VERSION: 3.14
1212

1313
jobs:
1414
build:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
1818
os: ['ubuntu-latest', 'macos-latest']
19-
python-version: ['3.9','3.13']
19+
python-version: ['3.10','3.14']
2020

2121
steps:
2222
- name: Checkout

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ classifiers =
99
[options]
1010
include_package_data = true
1111
packages = find:
12-
python_requires = >=3.9
12+
python_requires = >=3.10
1313

1414
# See CONTRIBUTE.md before adding a console script line.
1515
[options.entry_points]

0 commit comments

Comments
 (0)