Skip to content

Commit

Permalink
Merge pull request #18 from brain-score/sw/3-11_migration
Browse files Browse the repository at this point in the history
Python 3.11 Migration
  • Loading branch information
samwinebrake authored Sep 10, 2024
2 parents 27ace7e + 07e6633 commit 05120fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- 3.7
- 3.11
install:
- pip install .
- pip install pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.11',
],
test_suite='tests',
tests_require=test_requirements
Expand Down

0 comments on commit 05120fa

Please sign in to comment.