Skip to content

Commit

Permalink
Expand tested Python versions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jun 21, 2024
1 parent 5804179 commit 3e030fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: [3.8, 3.9]
python-version:
- '3.8'
- '3.12'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.12'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classifiers =
[options]
include_package_data = true
packages = find:
python_requires = >=3.6
python_requires = >=3.8

# See CONTRIBUTE.md before adding a console script line.
[options.entry_points]
Expand Down

0 comments on commit 3e030fc

Please sign in to comment.