Skip to content

Commit

Permalink
test on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 6, 2023
1 parent 021560e commit 65e16ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test [Python 3.9, 3.10]
name: Build and test [Python 3.9, 3.10, 3.11]

on: [push, pull_request]
# paths:
Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ogcore-dev
channels:
- conda-forge
dependencies:
- python>=3.7.7, <=3.11 # This restriction can be removed as soon as we test Python 3.11
- python>=3.7.7
- ipython
- setuptools
- scipy>=1.7.1
Expand Down

0 comments on commit 65e16ef

Please sign in to comment.