Skip to content

Commit bdde002

Browse files
committed
update to supported compilers list
1 parent 0d02312 commit bdde002

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ if you would like to contribute to the code.
2525
* Basic timezone handling and arithmetic;
2626

2727
* Interfaces to C/C++ routines [*c_strftime*](#c_strftime) and [*c_strptime*](#c_strptime) through `ISO_C_BINDING`.
28-
Since version `0.3.0`, *datetime*-bound method [*strftime*](#strftime)
29-
and function [*strptime*](#strptime) that return a *datetime* instance are available.
3028

3129
* Lightweight and portable;
3230

@@ -40,8 +38,9 @@ and function [*strptime*](#strptime) that return a *datetime* instance are avail
4038
* IBM AIX (xlf) 14.1.0.5 (thanks to Bjoern Hendrik Fock)
4139
* Cray Fortran (ftn) 8.3.11, on Cray XC-30
4240

43-
* Releases 1.2.0 and later have so far been tested only with:
44-
* GNU (gfortran) 5.1.1, 5.2.0
41+
* Releases 1.2.0 and later compile and pass all tests with the following compilers:
42+
* GNU (gfortran) 5.1.1, 5.2.0, 5.3.1
43+
* Intel (ifort) 16.0.0, 17.0.0
4544

4645
## Contributing
4746

0 commit comments

Comments
 (0)