Skip to content

Commit 0989595

Browse files
Merge pull request #47 from dfxml-working-group/expand_tested_python_versions
Expand tested Python versions
2 parents 5804179 + 3e030fc commit 0989595

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: ['ubuntu-latest', 'macos-latest']
15-
python-version: [3.8, 3.9]
15+
python-version:
16+
- '3.8'
17+
- '3.12'
1618
steps:
1719
- name: Checkout
1820
uses: actions/checkout@v4

.github/workflows/supply-chain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
python-version:
3131
- '3.8'
32-
- '3.9'
32+
- '3.12'
3333

3434
steps:
3535
- uses: actions/checkout@v4

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.6
12+
python_requires = >=3.8
1313

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

0 commit comments

Comments
 (0)