Skip to content

Commit

Permalink
Merge 328de39 into 0c92f18
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Jul 8, 2023
2 parents 0c92f18 + 328de39 commit 46e5252
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
strategy:
matrix:
include:
- name: 'Python 3.12'
os: ubuntu-latest
python: '3.12'
- name: 'Python 3.11'
os: ubuntu-latest
python: '3.11'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: JavaScript',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39, py310, py311
envlist = py39, py310, py311, py312
skip_missing_interpreters = true

[testenv]
Expand All @@ -17,3 +17,6 @@ basepython = python3.10

[testenv:py311]
basepython = python3.11

[testenv:py312]
basepython = python3.12

0 comments on commit 46e5252

Please sign in to comment.