Skip to content

Commit

Permalink
Update CI to test Python 3.10 and Ruby 3.1
Browse files Browse the repository at this point in the history
At the moment these are the only new versions that are not covered by the
current CI config so this comit updates them.
  • Loading branch information
eldipa committed Feb 21, 2022
1 parent 948eb61 commit 3058df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
env:
TERM: xterm-color
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Setup python
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.4", "2.5", "2.6", "2.7", "3.0"]
ruby-version: ["2.4", "2.5", "2.6", "2.7", "3.0", "3.1"]
steps:
- uses: actions/checkout@v2
- name: Setup python
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: C',
'Programming Language :: C++',
'Programming Language :: JavaScript',
Expand Down

0 comments on commit 3058df1

Please sign in to comment.