Skip to content

Commit

Permalink
Add Python 3.11 to test matrix and update supported python versions l…
Browse files Browse the repository at this point in the history
…ist (#93)
  • Loading branch information
misl6 authored May 13, 2023
1 parent 889d4b5 commit 5b3715c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
python: "3.9"
- runs_on: macos-latest
python: "3.10"
- runs_on: macos-latest
python: "3.11"
- runs_on: apple-silicon-m1
python: "3.9"
- runs_on: apple-silicon-m1
python: "3.9.11"
python: "3.10"
- runs_on: apple-silicon-m1
python: "3.10.3"
python: "3.11"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ def tree(source, allowed_ext=data_allowed_ext, tree_name='share/pyobjus-'):
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: MacOS',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'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',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development :: Libraries :: Application Frameworks'
],
)

0 comments on commit 5b3715c

Please sign in to comment.