Skip to content

Commit

Permalink
Merge pull request #64 from jweissm/master
Browse files Browse the repository at this point in the history
test harness update
  • Loading branch information
ejratl committed Jan 23, 2024
2 parents 7f914e5 + 0805c39 commit fc0d810
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, '3.10']

name: Python ${{ matrix.python-version }} Build
steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def get_long_description():
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
keywords='stix stix2 json xml cti cyber threat intelligence',
project_urls={
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{36,37,38,39}-stix{20,21},packaging,pre-commit-check
envlist = py{37,38,39,310}-stix{20,21},packaging,pre-commit-check

[testenv]
deps =
Expand Down Expand Up @@ -31,10 +31,10 @@ commands =

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39, packaging, pre-commit-check
3.10: py310

[gh-actions:env]
VERSION =
Expand Down

0 comments on commit fc0d810

Please sign in to comment.