Skip to content

Commit

Permalink
Expand tested python range
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Dec 26, 2023
1 parent 40cbe9f commit a217162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.7, 3.8, 3.9, '3.10']
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]

name: Python ${{ matrix.python-version }} Build
steps:
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ def get_version():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
keywords="stix stix2 json validation validator stix-validator stix2-validator",
project_urls={
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ python =
3.8: py38
3.9: py39, packaging, pre-commit-check
3.10: py310
3.10: py311
3.10: py312

0 comments on commit a217162

Please sign in to comment.